Shades of Purple Heart #6618CC
Tints of Purple Heart #6618CC
RGB
CMYK
RGB Variations
Color information
#6618CC (or 0x6618CC) is known color: Purple Heart. HEX triplet: 66, 18 and CC. RGB value is (102,24,204). Sum of RGB (Red+Green+Blue) = 102+24+204=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #6618CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6618CC is #99E733. Grayscale: #434343. Windows color (decimal): -10086196 or 13375590. OLE color: 13375590.
HSL color Cylindrical-coordinate representation of color #6618CC: hue angle of 266º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6618CC is Cyan = 0.5, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 24 | 204 | - |
| CMYK | 0.5 | 0.88 | 0 | 0.2 |
| HSL | 266º | 0.79% | 0.45% | - |
| HSV(B) | 266º | 0.88% | 0.8% | - |
| XYZ | 16.71 | 7.84 | 57.76 | - |
| YUV | 67.84 | 204.84 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 204 | 0.5 | 0.88 | 0 | 0.2 | 266 | 0.79 | 0.45 |
| Hex | 66 | 18 | CC | 32 | 58 | 0 | 14 | 10A | 4F | 2D |
| Octal | 146 | 30 | 314 | 62 | 130 | 0 | 24 | 412 | 117 | 55 |
| Binary | 1100110 | 11000 | 11001100 | 110010 | 1011000 | 0 | 10100 | 100001010 | 1001111 | 101101 |
Color Harmonies of #6618CC
Complementary color
Monochromatic Colors of #6618CC
Black with #6618CC
Text Example
Text Example
White with #6618CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6618CC; }
p { color: rgb(102,24,204); }
H1.HeaderClassName
{
color: #6618CC;
}
.AnyTagClassName
{
color: #6618CC;
}
</style>
background-color css
<style>
a { background-color: #6618CC; }
a { background-color: rgb(102,24,204); }
div.DivClassName
{
background-color: #6618CC;
}
.BgClassName
{
background-color: #6618CC;
}
</style>
border-color css
<style>
span { border-color: #6618CC; }
span { border-color: rgb(102,24,204); }
td.TdClassName
{
border-color: #6618CC;
}
.TagClassName
{
border-color: #6618CC;
}
</style>