#6920B8

Color #6920B8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6920B8

Tints of Purple Heart #6920B8

Color information

#6920B8 (or 0x6920B8) is unknown color: approx Purple Heart. HEX triplet: 69, 20 and B8. RGB value is (105,32,184). Sum of RGB (Red+Green+Blue) = 105+32+184=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 184 (72.27% from 255 or 57.32% from 321); Max value from RGB is 184 - color contains mainly: blue. Hex color #6920B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6920B8 is #96DF47. Grayscale: #464646. Windows color (decimal): -9887560 or 12066921. OLE color: 12066921.

HSL color Cylindrical-coordinate representation of color #6920B8: hue angle of 268.82º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6920B8 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10532184-
CMYK0.430.8300.28
HSL268.82º70.37%42.35%-
HSV(B)268.82º82.61%72.16%-
XYZ14.997.546-
YUV71.16191.68152.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 32 (12.89% from 255) = 9.97%
BLUE value IS 184 (72.27% from 255) = 57.32%
R=32.71%
G=9.97%
B=57.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105321840.430.8300.28268.8270.3742.35
Hex6920B82B5301C10d462a
Octal151402705312303441510652
Binary11010011000001011100010101110100110111001000011011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6920B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6920B8; }

 p { color: rgb(105,32,184); }

 H1.HeaderClassName
 {
   color: #6920B8;
 }
 .AnyTagClassName
 {
   color: #6920B8;
 }
</style>
background-color css

<style>
 a { background-color: #6920B8; }

 a { background-color: rgb(105,32,184); }

 div.DivClassName
 {
   background-color: #6920B8;
 }
 .BgClassName
 {
   background-color: #6920B8;
 }
</style>
border-color css

<style>
 span { border-color: #6920B8; }

 span { border-color: rgb(105,32,184); }

 td.TdClassName
 {
   border-color: #6920B8;
 }
 .TagClassName
 {
   border-color: #6920B8;
 }
</style>