Shades of Purple Heart #6612DA
Tints of Purple Heart #6612DA
RGB
CMYK
RGB Variations
Color information
#6612DA (or 0x6612DA) is known color: Purple Heart. HEX triplet: 66, 12 and DA. RGB value is (102,18,218). Sum of RGB (Red+Green+Blue) = 102+18+218=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #6612DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6612DA is #99ED25. Grayscale: #414141. Windows color (decimal): -10087718 or 14291558. OLE color: 14291558.
HSL color Cylindrical-coordinate representation of color #6612DA: hue angle of 265.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6612DA is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 18 | 218 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.15 |
| HSL | 265.2º | 0.85% | 0.46% | - |
| HSV(B) | 265.2º | 0.92% | 0.85% | - |
| XYZ | 18.35 | 8.32 | 66.97 | - |
| YUV | 65.92 | 213.83 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 218 | 0.53 | 0.92 | 0 | 0.15 | 265.2 | 0.85 | 0.46 |
| Hex | 66 | 12 | DA | 35 | 5C | 0 | F | 109 | 55 | 2E |
| Octal | 146 | 22 | 332 | 65 | 134 | 0 | 17 | 411 | 125 | 56 |
| Binary | 1100110 | 10010 | 11011010 | 110101 | 1011100 | 0 | 1111 | 100001001 | 1010101 | 101110 |
Color Harmonies of #6612DA
Complementary color
Monochromatic Colors of #6612DA
Black with #6612DA
Text Example
Text Example
White with #6612DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6612DA; }
p { color: rgb(102,18,218); }
H1.HeaderClassName
{
color: #6612DA;
}
.AnyTagClassName
{
color: #6612DA;
}
</style>
background-color css
<style>
a { background-color: #6612DA; }
a { background-color: rgb(102,18,218); }
div.DivClassName
{
background-color: #6612DA;
}
.BgClassName
{
background-color: #6612DA;
}
</style>
border-color css
<style>
span { border-color: #6612DA; }
span { border-color: rgb(102,18,218); }
td.TdClassName
{
border-color: #6612DA;
}
.TagClassName
{
border-color: #6612DA;
}
</style>