#6618DB

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

Shades of Purple Heart #6618DB

Tints of Purple Heart #6618DB

Color information

#6618DB (or 0x6618DB) is unknown color: approx Purple Heart. HEX triplet: 66, 18 and DB. RGB value is (102,24,219). Sum of RGB (Red+Green+Blue) = 102+24+219=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #6618DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6618DB is #99E724. Grayscale: #444444. Windows color (decimal): -10086181 or 14358630. OLE color: 14358630.

HSL color Cylindrical-coordinate representation of color #6618DB: hue angle of 264º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6618DB is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10224219-
CMYK0.530.8900.14
HSL264º80.25%47.65%-
HSV(B)264º89.04%85.88%-
XYZ18.598.5967.7-
YUV69.55212.34151.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 24 (9.77% from 255) = 6.96%
BLUE value IS 219 (85.94% from 255) = 63.48%
R=29.57%
G=6.96%
B=63.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal102242190.530.8900.1426480.2547.65
Hex6618DB35590E1085030
Octal146303336513101641012060
Binary110011011000110110111101011011001011101000010001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6618DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6618DB; }

 p { color: rgb(102,24,219); }

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

<style>
 a { background-color: #6618DB; }

 a { background-color: rgb(102,24,219); }

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

<style>
 span { border-color: #6618DB; }

 span { border-color: rgb(102,24,219); }

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