Shades of Purple Heart #662AB9
Tints of Purple Heart #662AB9
RGB
CMYK
RGB Variations
Color information
#662AB9 (or 0x662AB9) is known color: Purple Heart. HEX triplet: 66, 2A and B9. RGB value is (102,42,185). Sum of RGB (Red+Green+Blue) = 102+42+185=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 185 (72.66% from 255 or 56.23% from 329); Max value from RGB is 185 - color contains mainly: blue. Hex color #662AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662AB9 is #99D546. Grayscale: #4B4B4B. Windows color (decimal): -10081607 or 12135014. OLE color: 12135014.
HSL color Cylindrical-coordinate representation of color #662AB9: hue angle of 265.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #662AB9 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 42 | 185 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.27 |
| HSL | 265.17º | 0.63% | 0.45% | - |
| HSV(B) | 265.17º | 0.77% | 0.73% | - |
| XYZ | 15.06 | 7.98 | 46.65 | - |
| YUV | 76.24 | 189.38 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 185 | 0.45 | 0.77 | 0 | 0.27 | 265.17 | 0.63 | 0.45 |
| Hex | 66 | 2A | B9 | 2D | 4D | 0 | 1B | 109 | 3F | 2D |
| Octal | 146 | 52 | 271 | 55 | 115 | 0 | 33 | 411 | 77 | 55 |
| Binary | 1100110 | 101010 | 10111001 | 101101 | 1001101 | 0 | 11011 | 100001001 | 111111 | 101101 |
Color Harmonies of #662AB9
Complementary color
Monochromatic Colors of #662AB9
Black with #662AB9
Text Example
Text Example
White with #662AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662AB9; }
p { color: rgb(102,42,185); }
H1.HeaderClassName
{
color: #662AB9;
}
.AnyTagClassName
{
color: #662AB9;
}
</style>
background-color css
<style>
a { background-color: #662AB9; }
a { background-color: rgb(102,42,185); }
div.DivClassName
{
background-color: #662AB9;
}
.BgClassName
{
background-color: #662AB9;
}
</style>
border-color css
<style>
span { border-color: #662AB9; }
span { border-color: rgb(102,42,185); }
td.TdClassName
{
border-color: #662AB9;
}
.TagClassName
{
border-color: #662AB9;
}
</style>