Shades of Purple Heart #6618DA
Tints of Purple Heart #6618DA
RGB
CMYK
RGB Variations
Color information
#6618DA (or 0x6618DA) is known color: Purple Heart. HEX triplet: 66, 18 and DA. RGB value is (102,24,218). Sum of RGB (Red+Green+Blue) = 102+24+218=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #6618DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6618DA is #99E725. Grayscale: #444444. Windows color (decimal): -10086182 or 14293094. OLE color: 14293094.
HSL color Cylindrical-coordinate representation of color #6618DA: hue angle of 264.12º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6618DA is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 24 | 218 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.15 |
| HSL | 264.12º | 0.8% | 0.47% | - |
| HSV(B) | 264.12º | 0.89% | 0.85% | - |
| XYZ | 18.46 | 8.54 | 67.01 | - |
| YUV | 69.44 | 211.84 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 218 | 0.53 | 0.89 | 0 | 0.15 | 264.12 | 0.8 | 0.47 |
| Hex | 66 | 18 | DA | 35 | 59 | 0 | F | 108 | 50 | 2F |
| Octal | 146 | 30 | 332 | 65 | 131 | 0 | 17 | 410 | 120 | 57 |
| Binary | 1100110 | 11000 | 11011010 | 110101 | 1011001 | 0 | 1111 | 100001000 | 1010000 | 101111 |
Color Harmonies of #6618DA
Complementary color
Monochromatic Colors of #6618DA
Black with #6618DA
Text Example
Text Example
White with #6618DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6618DA; }
p { color: rgb(102,24,218); }
H1.HeaderClassName
{
color: #6618DA;
}
.AnyTagClassName
{
color: #6618DA;
}
</style>
background-color css
<style>
a { background-color: #6618DA; }
a { background-color: rgb(102,24,218); }
div.DivClassName
{
background-color: #6618DA;
}
.BgClassName
{
background-color: #6618DA;
}
</style>
border-color css
<style>
span { border-color: #6618DA; }
span { border-color: rgb(102,24,218); }
td.TdClassName
{
border-color: #6618DA;
}
.TagClassName
{
border-color: #6618DA;
}
</style>