Shades of Purple Heart #5323CB
Tints of Purple Heart #5323CB
RGB
CMYK
RGB Variations
Color information
#5323CB (or 0x5323CB) is known color: Purple Heart. HEX triplet: 53, 23 and CB. RGB value is (83,35,203). Sum of RGB (Red+Green+Blue) = 83+35+203=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #5323CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5323CB is #ACDC34. Grayscale: #434343. Windows color (decimal): -11328565 or 13312851. OLE color: 13312851.
HSL color Cylindrical-coordinate representation of color #5323CB: hue angle of 257.14º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5323CB is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 35 | 203 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.20 |
| HSL | 257.14º | 0.71% | 0.47% | - |
| HSV(B) | 257.14º | 0.83% | 0.8% | - |
| XYZ | 14.95 | 7.35 | 57.13 | - |
| YUV | 68.5 | 203.9 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 203 | 0.59 | 0.83 | 0 | 0.20 | 257.14 | 0.71 | 0.47 |
| Hex | 53 | 23 | CB | 3B | 53 | 0 | 14 | 101 | 47 | 2F |
| Octal | 123 | 43 | 313 | 73 | 123 | 0 | 24 | 401 | 107 | 57 |
| Binary | 1010011 | 100011 | 11001011 | 111011 | 1010011 | 0 | 10100 | 100000001 | 1000111 | 101111 |
Color Harmonies of #5323CB
Complementary color
Monochromatic Colors of #5323CB
Black with #5323CB
Text Example
Text Example
White with #5323CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5323CB; }
p { color: rgb(83,35,203); }
H1.HeaderClassName
{
color: #5323CB;
}
.AnyTagClassName
{
color: #5323CB;
}
</style>
background-color css
<style>
a { background-color: #5323CB; }
a { background-color: rgb(83,35,203); }
div.DivClassName
{
background-color: #5323CB;
}
.BgClassName
{
background-color: #5323CB;
}
</style>
border-color css
<style>
span { border-color: #5323CB; }
span { border-color: rgb(83,35,203); }
td.TdClassName
{
border-color: #5323CB;
}
.TagClassName
{
border-color: #5323CB;
}
</style>