Shades of Purple Heart #6612CD
Tints of Purple Heart #6612CD
RGB
CMYK
RGB Variations
Color information
#6612CD (or 0x6612CD) is known color: Purple Heart. HEX triplet: 66, 12 and CD. RGB value is (102,18,205). Sum of RGB (Red+Green+Blue) = 102+18+205=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #6612CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6612CD is #99ED32. Grayscale: #3F3F3F. Windows color (decimal): -10087731 or 13439590. OLE color: 13439590.
HSL color Cylindrical-coordinate representation of color #6612CD: hue angle of 266.95º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6612CD is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 18 | 205 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.20 |
| HSL | 266.95º | 0.84% | 0.44% | - |
| HSV(B) | 266.95º | 0.91% | 0.8% | - |
| XYZ | 16.72 | 7.67 | 58.36 | - |
| YUV | 64.43 | 207.33 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 205 | 0.50 | 0.91 | 0 | 0.20 | 266.95 | 0.84 | 0.44 |
| Hex | 66 | 12 | CD | 32 | 5B | 0 | 14 | 10B | 54 | 2C |
| Octal | 146 | 22 | 315 | 62 | 133 | 0 | 24 | 413 | 124 | 54 |
| Binary | 1100110 | 10010 | 11001101 | 110010 | 1011011 | 0 | 10100 | 100001011 | 1010100 | 101100 |
Color Harmonies of #6612CD
Complementary color
Monochromatic Colors of #6612CD
Black with #6612CD
Text Example
Text Example
White with #6612CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6612CD; }
p { color: rgb(102,18,205); }
H1.HeaderClassName
{
color: #6612CD;
}
.AnyTagClassName
{
color: #6612CD;
}
</style>
background-color css
<style>
a { background-color: #6612CD; }
a { background-color: rgb(102,18,205); }
div.DivClassName
{
background-color: #6612CD;
}
.BgClassName
{
background-color: #6612CD;
}
</style>
border-color css
<style>
span { border-color: #6612CD; }
span { border-color: rgb(102,18,205); }
td.TdClassName
{
border-color: #6612CD;
}
.TagClassName
{
border-color: #6612CD;
}
</style>