#6619CE

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

Shades of Purple Heart #6619CE

Tints of Purple Heart #6619CE

Color information

#6619CE (or 0x6619CE) is unknown color: approx Purple Heart. HEX triplet: 66, 19 and CE. RGB value is (102,25,206). Sum of RGB (Red+Green+Blue) = 102+25+206=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #6619CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6619CE is #99E631. Grayscale: #444444. Windows color (decimal): -10085938 or 13506918. OLE color: 13506918.

HSL color Cylindrical-coordinate representation of color #6619CE: hue angle of 265.52º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6619CE is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10225206-
CMYK0.500.8800.19
HSL265.52º78.35%45.29%-
HSV(B)265.52º87.86%80.78%-
XYZ16.977.9859.04-
YUV68.66205.51151.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 25 (10.16% from 255) = 7.51%
BLUE value IS 206 (80.86% from 255) = 61.86%
R=30.63%
G=7.51%
B=61.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal102252060.500.8800.19265.5278.3545.29
Hex6619CE325801310a4e2d
Octal146313166213002341211655
Binary1100110110011100111011001010110000100111000010101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6619CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,25,206); }

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

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

 a { background-color: rgb(102,25,206); }

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

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

 span { border-color: rgb(102,25,206); }

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