Shades of Purple Heart #662AD9
Tints of Purple Heart #662AD9
RGB
CMYK
RGB Variations
Color information
#662AD9 (or 0x662AD9) is known color: Purple Heart. HEX triplet: 66, 2A and D9. RGB value is (102,42,217). Sum of RGB (Red+Green+Blue) = 102+42+217=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 217 (85.16% from 255 or 60.11% from 361); Max value from RGB is 217 - color contains mainly: blue. Hex color #662AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662AD9 is #99D526. Grayscale: #4F4F4F. Windows color (decimal): -10081575 or 14232166. OLE color: 14232166.
HSL color Cylindrical-coordinate representation of color #662AD9: hue angle of 260.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662AD9 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 42 | 217 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.15 |
| HSL | 260.57º | 0.7% | 0.51% | - |
| HSV(B) | 260.57º | 0.81% | 0.85% | - |
| XYZ | 18.83 | 9.49 | 66.48 | - |
| YUV | 79.89 | 205.38 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 217 | 0.53 | 0.81 | 0 | 0.15 | 260.57 | 0.7 | 0.51 |
| Hex | 66 | 2A | D9 | 35 | 51 | 0 | F | 105 | 46 | 33 |
| Octal | 146 | 52 | 331 | 65 | 121 | 0 | 17 | 405 | 106 | 63 |
| Binary | 1100110 | 101010 | 11011001 | 110101 | 1010001 | 0 | 1111 | 100000101 | 1000110 | 110011 |
Color Harmonies of #662AD9
Complementary color
Monochromatic Colors of #662AD9
Black with #662AD9
Text Example
Text Example
White with #662AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662AD9; }
p { color: rgb(102,42,217); }
H1.HeaderClassName
{
color: #662AD9;
}
.AnyTagClassName
{
color: #662AD9;
}
</style>
background-color css
<style>
a { background-color: #662AD9; }
a { background-color: rgb(102,42,217); }
div.DivClassName
{
background-color: #662AD9;
}
.BgClassName
{
background-color: #662AD9;
}
</style>
border-color css
<style>
span { border-color: #662AD9; }
span { border-color: rgb(102,42,217); }
td.TdClassName
{
border-color: #662AD9;
}
.TagClassName
{
border-color: #662AD9;
}
</style>