Shades of Purple Heart #662ABA
Tints of Purple Heart #662ABA
RGB
CMYK
RGB Variations
Color information
#662ABA (or 0x662ABA) is known color: Purple Heart. HEX triplet: 66, 2A and BA. RGB value is (102,42,186). Sum of RGB (Red+Green+Blue) = 102+42+186=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #662ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ABA is #99D545. Grayscale: #4B4B4B. Windows color (decimal): -10081606 or 12200550. OLE color: 12200550.
HSL color Cylindrical-coordinate representation of color #662ABA: hue angle of 265º 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 #662ABA is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 42 | 186 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.27 |
| HSL | 265º | 0.63% | 0.45% | - |
| HSV(B) | 265º | 0.77% | 0.73% | - |
| XYZ | 15.17 | 8.03 | 47.2 | - |
| YUV | 76.36 | 189.88 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 186 | 0.45 | 0.77 | 0 | 0.27 | 265 | 0.63 | 0.45 |
| Hex | 66 | 2A | BA | 2D | 4D | 0 | 1B | 109 | 3F | 2D |
| Octal | 146 | 52 | 272 | 55 | 115 | 0 | 33 | 411 | 77 | 55 |
| Binary | 1100110 | 101010 | 10111010 | 101101 | 1001101 | 0 | 11011 | 100001001 | 111111 | 101101 |
Color Harmonies of #662ABA
Complementary color
Monochromatic Colors of #662ABA
Black with #662ABA
Text Example
Text Example
White with #662ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662ABA; }
p { color: rgb(102,42,186); }
H1.HeaderClassName
{
color: #662ABA;
}
.AnyTagClassName
{
color: #662ABA;
}
</style>
background-color css
<style>
a { background-color: #662ABA; }
a { background-color: rgb(102,42,186); }
div.DivClassName
{
background-color: #662ABA;
}
.BgClassName
{
background-color: #662ABA;
}
</style>
border-color css
<style>
span { border-color: #662ABA; }
span { border-color: rgb(102,42,186); }
td.TdClassName
{
border-color: #662ABA;
}
.TagClassName
{
border-color: #662ABA;
}
</style>