Shades of Purple Heart #5A03CC
Tints of Purple Heart #5A03CC
RGB
CMYK
RGB Variations
Color information
#5A03CC (or 0x5A03CC) is known color: Purple Heart. HEX triplet: 5A, 03 and CC. RGB value is (90,3,204). Sum of RGB (Red+Green+Blue) = 90+3+204=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A03CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A03CC is #A5FC33. Grayscale: #333333. Windows color (decimal): -10878004 or 13370202. OLE color: 13370202.
HSL color Cylindrical-coordinate representation of color #5A03CC: hue angle of 265.97º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A03CC is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 3 | 204 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.2 |
| HSL | 265.97º | 0.97% | 0.41% | - |
| HSV(B) | 265.97º | 0.99% | 0.8% | - |
| XYZ | 15.15 | 6.6 | 57.6 | - |
| YUV | 51.93 | 213.82 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 204 | 0.56 | 0.99 | 0 | 0.2 | 265.97 | 0.97 | 0.41 |
| Hex | 5A | 3 | CC | 38 | 63 | 0 | 14 | 10A | 61 | 29 |
| Octal | 132 | 3 | 314 | 70 | 143 | 0 | 24 | 412 | 141 | 51 |
| Binary | 1011010 | 11 | 11001100 | 111000 | 1100011 | 0 | 10100 | 100001010 | 1100001 | 101001 |
Color Harmonies of #5A03CC
Complementary color
Monochromatic Colors of #5A03CC
Black with #5A03CC
Text Example
Text Example
White with #5A03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A03CC; }
p { color: rgb(90,3,204); }
H1.HeaderClassName
{
color: #5A03CC;
}
.AnyTagClassName
{
color: #5A03CC;
}
</style>
background-color css
<style>
a { background-color: #5A03CC; }
a { background-color: rgb(90,3,204); }
div.DivClassName
{
background-color: #5A03CC;
}
.BgClassName
{
background-color: #5A03CC;
}
</style>
border-color css
<style>
span { border-color: #5A03CC; }
span { border-color: rgb(90,3,204); }
td.TdClassName
{
border-color: #5A03CC;
}
.TagClassName
{
border-color: #5A03CC;
}
</style>