Shades of Purple Heart #661AD8
Tints of Purple Heart #661AD8
RGB
CMYK
RGB Variations
Color information
#661AD8 (or 0x661AD8) is known color: Purple Heart. HEX triplet: 66, 1A and D8. RGB value is (102,26,216). Sum of RGB (Red+Green+Blue) = 102+26+216=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 216 (84.77% from 255 or 62.79% from 344); Max value from RGB is 216 - color contains mainly: blue. Hex color #661AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661AD8 is #99E527. Grayscale: #454545. Windows color (decimal): -10085672 or 14162534. OLE color: 14162534.
HSL color Cylindrical-coordinate representation of color #661AD8: hue angle of 264º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661AD8 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 26 | 216 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.15 |
| HSL | 264º | 0.79% | 0.47% | - |
| HSV(B) | 264º | 0.88% | 0.85% | - |
| XYZ | 18.24 | 8.52 | 65.65 | - |
| YUV | 70.38 | 210.18 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 216 | 0.53 | 0.88 | 0 | 0.15 | 264 | 0.79 | 0.47 |
| Hex | 66 | 1A | D8 | 35 | 58 | 0 | F | 108 | 4F | 2F |
| Octal | 146 | 32 | 330 | 65 | 130 | 0 | 17 | 410 | 117 | 57 |
| Binary | 1100110 | 11010 | 11011000 | 110101 | 1011000 | 0 | 1111 | 100001000 | 1001111 | 101111 |
Color Harmonies of #661AD8
Complementary color
Monochromatic Colors of #661AD8
Black with #661AD8
Text Example
Text Example
White with #661AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661AD8; }
p { color: rgb(102,26,216); }
H1.HeaderClassName
{
color: #661AD8;
}
.AnyTagClassName
{
color: #661AD8;
}
</style>
background-color css
<style>
a { background-color: #661AD8; }
a { background-color: rgb(102,26,216); }
div.DivClassName
{
background-color: #661AD8;
}
.BgClassName
{
background-color: #661AD8;
}
</style>
border-color css
<style>
span { border-color: #661AD8; }
span { border-color: rgb(102,26,216); }
td.TdClassName
{
border-color: #661AD8;
}
.TagClassName
{
border-color: #661AD8;
}
</style>