Shades of Purple Heart #6608CD
Tints of Purple Heart #6608CD
RGB
CMYK
RGB Variations
Color information
#6608CD (or 0x6608CD) is known color: Purple Heart. HEX triplet: 66, 08 and CD. RGB value is (102,8,205). Sum of RGB (Red+Green+Blue) = 102+8+205=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #6608CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6608CD is #99F732. Grayscale: #393939. Windows color (decimal): -10090291 or 13437030. OLE color: 13437030.
HSL color Cylindrical-coordinate representation of color #6608CD: hue angle of 268.63º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6608CD is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 8 | 205 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.20 |
| HSL | 268.63º | 0.92% | 0.42% | - |
| HSV(B) | 268.63º | 0.96% | 0.8% | - |
| XYZ | 16.59 | 7.41 | 58.31 | - |
| YUV | 58.56 | 210.64 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 205 | 0.50 | 0.96 | 0 | 0.20 | 268.63 | 0.92 | 0.42 |
| Hex | 66 | 8 | CD | 32 | 60 | 0 | 14 | 10D | 5C | 2A |
| Octal | 146 | 10 | 315 | 62 | 140 | 0 | 24 | 415 | 134 | 52 |
| Binary | 1100110 | 1000 | 11001101 | 110010 | 1100000 | 0 | 10100 | 100001101 | 1011100 | 101010 |
Color Harmonies of #6608CD
Complementary color
Monochromatic Colors of #6608CD
Black with #6608CD
Text Example
Text Example
White with #6608CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6608CD; }
p { color: rgb(102,8,205); }
H1.HeaderClassName
{
color: #6608CD;
}
.AnyTagClassName
{
color: #6608CD;
}
</style>
background-color css
<style>
a { background-color: #6608CD; }
a { background-color: rgb(102,8,205); }
div.DivClassName
{
background-color: #6608CD;
}
.BgClassName
{
background-color: #6608CD;
}
</style>
border-color css
<style>
span { border-color: #6608CD; }
span { border-color: rgb(102,8,205); }
td.TdClassName
{
border-color: #6608CD;
}
.TagClassName
{
border-color: #6608CD;
}
</style>