Shades of Purple Heart #6018A2
Tints of Purple Heart #6018A2
RGB
CMYK
RGB Variations
Color information
#6018A2 (or 0x6018A2) is known color: Purple Heart. HEX triplet: 60, 18 and A2. RGB value is (96,24,162). Sum of RGB (Red+Green+Blue) = 96+24+162=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 162 (63.67% from 255 or 57.45% from 282); Max value from RGB is 162 - color contains mainly: blue. Hex color #6018A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6018A2 is #9FE75D. Grayscale: #3C3C3C. Windows color (decimal): -10479454 or 10623072. OLE color: 10623072.
HSL color Cylindrical-coordinate representation of color #6018A2: hue angle of 271.3º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6018A2 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 24 | 162 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.36 |
| HSL | 271.3º | 0.74% | 0.36% | - |
| HSV(B) | 271.3º | 0.85% | 0.64% | - |
| XYZ | 11.67 | 5.75 | 34.68 | - |
| YUV | 61.26 | 184.85 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 162 | 0.41 | 0.85 | 0 | 0.36 | 271.3 | 0.74 | 0.36 |
| Hex | 60 | 18 | A2 | 29 | 55 | 0 | 24 | 10F | 4A | 24 |
| Octal | 140 | 30 | 242 | 51 | 125 | 0 | 44 | 417 | 112 | 44 |
| Binary | 1100000 | 11000 | 10100010 | 101001 | 1010101 | 0 | 100100 | 100001111 | 1001010 | 100100 |
Color Harmonies of #6018A2
Complementary color
Monochromatic Colors of #6018A2
Black with #6018A2
Text Example
Text Example
White with #6018A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6018A2; }
p { color: rgb(96,24,162); }
H1.HeaderClassName
{
color: #6018A2;
}
.AnyTagClassName
{
color: #6018A2;
}
</style>
background-color css
<style>
a { background-color: #6018A2; }
a { background-color: rgb(96,24,162); }
div.DivClassName
{
background-color: #6018A2;
}
.BgClassName
{
background-color: #6018A2;
}
</style>
border-color css
<style>
span { border-color: #6018A2; }
span { border-color: rgb(96,24,162); }
td.TdClassName
{
border-color: #6018A2;
}
.TagClassName
{
border-color: #6018A2;
}
</style>