Shades of Purple Heart #5A01CB
Tints of Purple Heart #5A01CB
RGB
CMYK
RGB Variations
Color information
#5A01CB (or 0x5A01CB) is known color: Purple Heart. HEX triplet: 5A, 01 and CB. RGB value is (90,1,203). Sum of RGB (Red+Green+Blue) = 90+1+203=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A01CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A01CB is #A5FE34. Grayscale: #313131. Windows color (decimal): -10878517 or 13304154. OLE color: 13304154.
HSL color Cylindrical-coordinate representation of color #5A01CB: hue angle of 266.44º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A01CB is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 1 | 203 | - |
| CMYK | 0.56 | 1.00 | 0 | 0.20 |
| HSL | 266.44º | 0.99% | 0.4% | - |
| HSV(B) | 266.44º | 1% | 0.8% | - |
| XYZ | 15.01 | 6.51 | 56.96 | - |
| YUV | 50.64 | 213.99 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 203 | 0.56 | 1.00 | 0 | 0.20 | 266.44 | 0.99 | 0.4 |
| Hex | 5A | 1 | CB | 38 | 64 | 0 | 14 | 10A | 63 | 28 |
| Octal | 132 | 1 | 313 | 70 | 144 | 0 | 24 | 412 | 143 | 50 |
| Binary | 1011010 | 1 | 11001011 | 111000 | 1100100 | 0 | 10100 | 100001010 | 1100011 | 101000 |
Color Harmonies of #5A01CB
Complementary color
Monochromatic Colors of #5A01CB
Black with #5A01CB
Text Example
Text Example
White with #5A01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A01CB; }
p { color: rgb(90,1,203); }
H1.HeaderClassName
{
color: #5A01CB;
}
.AnyTagClassName
{
color: #5A01CB;
}
</style>
background-color css
<style>
a { background-color: #5A01CB; }
a { background-color: rgb(90,1,203); }
div.DivClassName
{
background-color: #5A01CB;
}
.BgClassName
{
background-color: #5A01CB;
}
</style>
border-color css
<style>
span { border-color: #5A01CB; }
span { border-color: rgb(90,1,203); }
td.TdClassName
{
border-color: #5A01CB;
}
.TagClassName
{
border-color: #5A01CB;
}
</style>