Shades of Purple Heart #5A02CC
Tints of Purple Heart #5A02CC
RGB
CMYK
RGB Variations
Color information
#5A02CC (or 0x5A02CC) is known color: Purple Heart. HEX triplet: 5A, 02 and CC. RGB value is (90,2,204). Sum of RGB (Red+Green+Blue) = 90+2+204=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A02CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A02CC is #A5FD33. Grayscale: #323232. Windows color (decimal): -10878260 or 13369946. OLE color: 13369946.
HSL color Cylindrical-coordinate representation of color #5A02CC: hue angle of 266.14º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A02CC is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 2 | 204 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.2 |
| HSL | 266.14º | 0.98% | 0.4% | - |
| HSV(B) | 266.14º | 0.99% | 0.8% | - |
| XYZ | 15.14 | 6.58 | 57.6 | - |
| YUV | 51.34 | 214.15 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 204 | 0.56 | 0.99 | 0 | 0.2 | 266.14 | 0.98 | 0.4 |
| Hex | 5A | 2 | CC | 38 | 63 | 0 | 14 | 10A | 62 | 28 |
| Octal | 132 | 2 | 314 | 70 | 143 | 0 | 24 | 412 | 142 | 50 |
| Binary | 1011010 | 10 | 11001100 | 111000 | 1100011 | 0 | 10100 | 100001010 | 1100010 | 101000 |
Color Harmonies of #5A02CC
Complementary color
Monochromatic Colors of #5A02CC
Black with #5A02CC
Text Example
Text Example
White with #5A02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A02CC; }
p { color: rgb(90,2,204); }
H1.HeaderClassName
{
color: #5A02CC;
}
.AnyTagClassName
{
color: #5A02CC;
}
</style>
background-color css
<style>
a { background-color: #5A02CC; }
a { background-color: rgb(90,2,204); }
div.DivClassName
{
background-color: #5A02CC;
}
.BgClassName
{
background-color: #5A02CC;
}
</style>
border-color css
<style>
span { border-color: #5A02CC; }
span { border-color: rgb(90,2,204); }
td.TdClassName
{
border-color: #5A02CC;
}
.TagClassName
{
border-color: #5A02CC;
}
</style>