Shades of Purple Heart #5301CB
Tints of Purple Heart #5301CB
RGB
CMYK
RGB Variations
Color information
#5301CB (or 0x5301CB) is known color: Purple Heart. HEX triplet: 53, 01 and CB. RGB value is (83,1,203). Sum of RGB (Red+Green+Blue) = 83+1+203=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #5301CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5301CB is #ACFE34. Grayscale: #2F2F2F. Windows color (decimal): -11337269 or 13304147. OLE color: 13304147.
HSL color Cylindrical-coordinate representation of color #5301CB: hue angle of 264.36º 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 #5301CB is Cyan = 0.59, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 1 | 203 | - |
| CMYK | 0.59 | 1.00 | 0 | 0.20 |
| HSL | 264.36º | 0.99% | 0.4% | - |
| HSV(B) | 264.36º | 1% | 0.8% | - |
| XYZ | 14.36 | 6.17 | 56.93 | - |
| YUV | 48.55 | 215.17 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 203 | 0.59 | 1.00 | 0 | 0.20 | 264.36 | 0.99 | 0.4 |
| Hex | 53 | 1 | CB | 3B | 64 | 0 | 14 | 108 | 63 | 28 |
| Octal | 123 | 1 | 313 | 73 | 144 | 0 | 24 | 410 | 143 | 50 |
| Binary | 1010011 | 1 | 11001011 | 111011 | 1100100 | 0 | 10100 | 100001000 | 1100011 | 101000 |
Color Harmonies of #5301CB
Complementary color
Monochromatic Colors of #5301CB
Black with #5301CB
Text Example
Text Example
White with #5301CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5301CB; }
p { color: rgb(83,1,203); }
H1.HeaderClassName
{
color: #5301CB;
}
.AnyTagClassName
{
color: #5301CB;
}
</style>
background-color css
<style>
a { background-color: #5301CB; }
a { background-color: rgb(83,1,203); }
div.DivClassName
{
background-color: #5301CB;
}
.BgClassName
{
background-color: #5301CB;
}
</style>
border-color css
<style>
span { border-color: #5301CB; }
span { border-color: rgb(83,1,203); }
td.TdClassName
{
border-color: #5301CB;
}
.TagClassName
{
border-color: #5301CB;
}
</style>