#6642CA

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

Shades of Purple Heart #6642CA

Tints of Purple Heart #6642CA

Color information

#6642CA (or 0x6642CA) is unknown color: approx Purple Heart. HEX triplet: 66, 42 and CA. RGB value is (102,66,202). Sum of RGB (Red+Green+Blue) = 102+66+202=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #6642CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6642CA is #99BD35. Grayscale: #5B5B5B. Windows color (decimal): -10075446 or 13255270. OLE color: 13255270.

HSL color Cylindrical-coordinate representation of color #6642CA: hue angle of 255.88º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6642CA is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10266202-
CMYK0.500.6700.21
HSL255.88º56.2%52.55%-
HSV(B)255.88º67.33%79.22%-
XYZ18.0910.9957.04-
YUV92.27189.93134.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.57%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 202 (79.30% from 255) = 54.59%
R=27.57%
G=17.84%
B=54.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102662020.500.6700.21255.8856.252.55
Hex6642CA32430151003835
Octal146102312621030254007065
Binary11001101000010110010101100101000011010101100000000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6642CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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