#6420CE

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

Shades of Purple Heart #6420CE

Tints of Purple Heart #6420CE

Color information

#6420CE (or 0x6420CE) is unknown color: approx Purple Heart. HEX triplet: 64, 20 and CE. RGB value is (100,32,206). Sum of RGB (Red+Green+Blue) = 100+32+206=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #6420CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6420CE is #9BDF31. Grayscale: #474747. Windows color (decimal): -10215218 or 13508708. OLE color: 13508708.

HSL color Cylindrical-coordinate representation of color #6420CE: hue angle of 263.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6420CE is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10032206-
CMYK0.510.8400.19
HSL263.45º73.11%46.67%-
HSV(B)263.45º84.47%80.78%-
XYZ16.918.259.08-
YUV72.17203.53147.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 32 (12.89% from 255) = 9.47%
BLUE value IS 206 (80.86% from 255) = 60.95%
R=29.59%
G=9.47%
B=60.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100322060.510.8400.19263.4573.1146.67
Hex6420CE3354013107492f
Octal144403166312402340711157
Binary11001001000001100111011001110101000100111000001111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6420CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6420CE; }

 p { color: rgb(100,32,206); }

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

<style>
 a { background-color: #6420CE; }

 a { background-color: rgb(100,32,206); }

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

<style>
 span { border-color: #6420CE; }

 span { border-color: rgb(100,32,206); }

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