Shades of Purple Heart #5A0FCC
Tints of Purple Heart #5A0FCC
RGB
CMYK
RGB Variations
Color information
#5A0FCC (or 0x5A0FCC) is known color: Purple Heart. HEX triplet: 5A, 0F and CC. RGB value is (90,15,204). Sum of RGB (Red+Green+Blue) = 90+15+204=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A0FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0FCC is #A5F033. Grayscale: #3A3A3A. Windows color (decimal): -10874932 or 13373274. OLE color: 13373274.
HSL color Cylindrical-coordinate representation of color #5A0FCC: hue angle of 263.81º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0FCC is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 15 | 204 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.2 |
| HSL | 263.81º | 0.86% | 0.43% | - |
| HSV(B) | 263.81º | 0.93% | 0.8% | - |
| XYZ | 15.29 | 6.87 | 57.65 | - |
| YUV | 58.97 | 209.85 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 204 | 0.56 | 0.93 | 0 | 0.2 | 263.81 | 0.86 | 0.43 |
| Hex | 5A | F | CC | 38 | 5D | 0 | 14 | 108 | 56 | 2B |
| Octal | 132 | 17 | 314 | 70 | 135 | 0 | 24 | 410 | 126 | 53 |
| Binary | 1011010 | 1111 | 11001100 | 111000 | 1011101 | 0 | 10100 | 100001000 | 1010110 | 101011 |
Color Harmonies of #5A0FCC
Complementary color
Monochromatic Colors of #5A0FCC
Black with #5A0FCC
Text Example
Text Example
White with #5A0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0FCC; }
p { color: rgb(90,15,204); }
H1.HeaderClassName
{
color: #5A0FCC;
}
.AnyTagClassName
{
color: #5A0FCC;
}
</style>
background-color css
<style>
a { background-color: #5A0FCC; }
a { background-color: rgb(90,15,204); }
div.DivClassName
{
background-color: #5A0FCC;
}
.BgClassName
{
background-color: #5A0FCC;
}
</style>
border-color css
<style>
span { border-color: #5A0FCC; }
span { border-color: rgb(90,15,204); }
td.TdClassName
{
border-color: #5A0FCC;
}
.TagClassName
{
border-color: #5A0FCC;
}
</style>