Shades of Purple Heart #5135CB
Tints of Purple Heart #5135CB
RGB
CMYK
RGB Variations
Color information
#5135CB (or 0x5135CB) is known color: Purple Heart. HEX triplet: 51, 35 and CB. RGB value is (81,53,203). Sum of RGB (Red+Green+Blue) = 81+53+203=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #5135CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5135CB is #AECA34. Grayscale: #4D4D4D. Windows color (decimal): -11455029 or 13317457. OLE color: 13317457.
HSL color Cylindrical-coordinate representation of color #5135CB: hue angle of 251.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5135CB is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 53 | 203 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.20 |
| HSL | 251.2º | 0.59% | 0.5% | - |
| HSV(B) | 251.2º | 0.74% | 0.8% | - |
| XYZ | 15.45 | 8.61 | 57.35 | - |
| YUV | 78.47 | 198.28 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 53 | 203 | 0.60 | 0.74 | 0 | 0.20 | 251.2 | 0.59 | 0.5 |
| Hex | 51 | 35 | CB | 3C | 4A | 0 | 14 | FB | 3B | 32 |
| Octal | 121 | 65 | 313 | 74 | 112 | 0 | 24 | 373 | 73 | 62 |
| Binary | 1010001 | 110101 | 11001011 | 111100 | 1001010 | 0 | 10100 | 11111011 | 111011 | 110010 |
Color Harmonies of #5135CB
Complementary color
Monochromatic Colors of #5135CB
Black with #5135CB
Text Example
Text Example
White with #5135CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5135CB; }
p { color: rgb(81,53,203); }
H1.HeaderClassName
{
color: #5135CB;
}
.AnyTagClassName
{
color: #5135CB;
}
</style>
background-color css
<style>
a { background-color: #5135CB; }
a { background-color: rgb(81,53,203); }
div.DivClassName
{
background-color: #5135CB;
}
.BgClassName
{
background-color: #5135CB;
}
</style>
border-color css
<style>
span { border-color: #5135CB; }
span { border-color: rgb(81,53,203); }
td.TdClassName
{
border-color: #5135CB;
}
.TagClassName
{
border-color: #5135CB;
}
</style>