Shades of Purple Heart #5300CB
Tints of Purple Heart #5300CB
RGB
CMYK
RGB Variations
Color information
#5300CB (or 0x5300CB) is known color: Purple Heart. HEX triplet: 53, 00 and CB. RGB value is (83,0,203). Sum of RGB (Red+Green+Blue) = 83+0+203=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #5300CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5300CB is #ACFF34. Grayscale: #2F2F2F. Windows color (decimal): -11337525 or 13303891. OLE color: 13303891.
HSL color Cylindrical-coordinate representation of color #5300CB: hue angle of 264.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5300CB is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 0 | 203 | - |
| CMYK | 0.59 | 1 | 0 | 0.20 |
| HSL | 264.53º | 1% | 0.4% | - |
| HSV(B) | 264.53º | 1% | 0.8% | - |
| XYZ | 14.35 | 6.15 | 56.93 | - |
| YUV | 47.96 | 215.5 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 203 | 0.59 | 1 | 0 | 0.20 | 264.53 | 1 | 0.4 |
| Hex | 53 | 0 | CB | 3B | 64 | 0 | 14 | 109 | 64 | 28 |
| Octal | 123 | 0 | 313 | 73 | 144 | 0 | 24 | 411 | 144 | 50 |
| Binary | 1010011 | 0 | 11001011 | 111011 | 1100100 | 0 | 10100 | 100001001 | 1100100 | 101000 |
Color Harmonies of #5300CB
Complementary color
Monochromatic Colors of #5300CB
Black with #5300CB
Text Example
Text Example
White with #5300CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5300CB; }
p { color: rgb(83,0,203); }
H1.HeaderClassName
{
color: #5300CB;
}
.AnyTagClassName
{
color: #5300CB;
}
</style>
background-color css
<style>
a { background-color: #5300CB; }
a { background-color: rgb(83,0,203); }
div.DivClassName
{
background-color: #5300CB;
}
.BgClassName
{
background-color: #5300CB;
}
</style>
border-color css
<style>
span { border-color: #5300CB; }
span { border-color: rgb(83,0,203); }
td.TdClassName
{
border-color: #5300CB;
}
.TagClassName
{
border-color: #5300CB;
}
</style>