#6642B9

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

Shades of Purple Heart #6642B9

Tints of Purple Heart #6642B9

Color information

#6642B9 (or 0x6642B9) is unknown color: approx Purple Heart. HEX triplet: 66, 42 and B9. RGB value is (102,66,185). Sum of RGB (Red+Green+Blue) = 102+66+185=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #6642B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6642B9 is #99BD46. Grayscale: #595959. Windows color (decimal): -10075463 or 12141158. OLE color: 12141158.

HSL color Cylindrical-coordinate representation of color #6642B9: hue angle of 258.15º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6642B9 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10266185-
CMYK0.450.6400.27
HSL258.15º47.41%49.22%-
HSV(B)258.15º64.32%72.55%-
XYZ16.1810.2247.02-
YUV90.33181.43136.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 185 (72.66% from 255) = 52.41%
R=28.90%
G=18.70%
B=52.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102661850.450.6400.27258.1547.4149.22
Hex6642B92D4001B1022f31
Octal146102271551000334025761
Binary11001101000010101110011011011000000011011100000010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6642B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6642B9; }

 p { color: rgb(102,66,185); }

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

<style>
 a { background-color: #6642B9; }

 a { background-color: rgb(102,66,185); }

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

<style>
 span { border-color: #6642B9; }

 span { border-color: rgb(102,66,185); }

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