Shades of Purple Heart #6619DA
Tints of Purple Heart #6619DA
RGB
CMYK
RGB Variations
Color information
#6619DA (or 0x6619DA) is known color: Purple Heart. HEX triplet: 66, 19 and DA. RGB value is (102,25,218). Sum of RGB (Red+Green+Blue) = 102+25+218=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #6619DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6619DA is #99E625. Grayscale: #454545. Windows color (decimal): -10085926 or 14293350. OLE color: 14293350.
HSL color Cylindrical-coordinate representation of color #6619DA: hue angle of 263.94º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6619DA is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 25 | 218 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.15 |
| HSL | 263.94º | 0.79% | 0.48% | - |
| HSV(B) | 263.94º | 0.89% | 0.85% | - |
| XYZ | 18.48 | 8.58 | 67.01 | - |
| YUV | 70.03 | 211.51 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 218 | 0.53 | 0.89 | 0 | 0.15 | 263.94 | 0.79 | 0.48 |
| Hex | 66 | 19 | DA | 35 | 59 | 0 | F | 108 | 4F | 30 |
| Octal | 146 | 31 | 332 | 65 | 131 | 0 | 17 | 410 | 117 | 60 |
| Binary | 1100110 | 11001 | 11011010 | 110101 | 1011001 | 0 | 1111 | 100001000 | 1001111 | 110000 |
Color Harmonies of #6619DA
Complementary color
Monochromatic Colors of #6619DA
Black with #6619DA
Text Example
Text Example
White with #6619DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6619DA; }
p { color: rgb(102,25,218); }
H1.HeaderClassName
{
color: #6619DA;
}
.AnyTagClassName
{
color: #6619DA;
}
</style>
background-color css
<style>
a { background-color: #6619DA; }
a { background-color: rgb(102,25,218); }
div.DivClassName
{
background-color: #6619DA;
}
.BgClassName
{
background-color: #6619DA;
}
</style>
border-color css
<style>
span { border-color: #6619DA; }
span { border-color: rgb(102,25,218); }
td.TdClassName
{
border-color: #6619DA;
}
.TagClassName
{
border-color: #6619DA;
}
</style>