Shades of Purple Heart #5133CB
Tints of Purple Heart #5133CB
RGB
CMYK
RGB Variations
Color information
#5133CB (or 0x5133CB) is known color: Purple Heart. HEX triplet: 51, 33 and CB. RGB value is (81,51,203). Sum of RGB (Red+Green+Blue) = 81+51+203=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #5133CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5133CB is #AECC34. Grayscale: #4C4C4C. Windows color (decimal): -11455541 or 13316945. OLE color: 13316945.
HSL color Cylindrical-coordinate representation of color #5133CB: hue angle of 251.84º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5133CB is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 51 | 203 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.20 |
| HSL | 251.84º | 0.6% | 0.5% | - |
| HSV(B) | 251.84º | 0.75% | 0.8% | - |
| XYZ | 15.36 | 8.43 | 57.32 | - |
| YUV | 77.3 | 198.94 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 203 | 0.60 | 0.75 | 0 | 0.20 | 251.84 | 0.6 | 0.5 |
| Hex | 51 | 33 | CB | 3C | 4B | 0 | 14 | FC | 3C | 32 |
| Octal | 121 | 63 | 313 | 74 | 113 | 0 | 24 | 374 | 74 | 62 |
| Binary | 1010001 | 110011 | 11001011 | 111100 | 1001011 | 0 | 10100 | 11111100 | 111100 | 110010 |
Color Harmonies of #5133CB
Complementary color
Monochromatic Colors of #5133CB
Black with #5133CB
Text Example
Text Example
White with #5133CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5133CB; }
p { color: rgb(81,51,203); }
H1.HeaderClassName
{
color: #5133CB;
}
.AnyTagClassName
{
color: #5133CB;
}
</style>
background-color css
<style>
a { background-color: #5133CB; }
a { background-color: rgb(81,51,203); }
div.DivClassName
{
background-color: #5133CB;
}
.BgClassName
{
background-color: #5133CB;
}
</style>
border-color css
<style>
span { border-color: #5133CB; }
span { border-color: rgb(81,51,203); }
td.TdClassName
{
border-color: #5133CB;
}
.TagClassName
{
border-color: #5133CB;
}
</style>