Shades of Purple Heart #5330CB
Tints of Purple Heart #5330CB
RGB
CMYK
RGB Variations
Color information
#5330CB (or 0x5330CB) is known color: Purple Heart. HEX triplet: 53, 30 and CB. RGB value is (83,48,203). Sum of RGB (Red+Green+Blue) = 83+48+203=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #5330CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5330CB is #ACCF34. Grayscale: #4B4B4B. Windows color (decimal): -11325237 or 13316179. OLE color: 13316179.
HSL color Cylindrical-coordinate representation of color #5330CB: hue angle of 253.55º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5330CB is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 48 | 203 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.20 |
| HSL | 253.55º | 0.62% | 0.49% | - |
| HSV(B) | 253.55º | 0.76% | 0.8% | - |
| XYZ | 15.4 | 8.26 | 57.28 | - |
| YUV | 76.14 | 199.6 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 203 | 0.59 | 0.76 | 0 | 0.20 | 253.55 | 0.62 | 0.49 |
| Hex | 53 | 30 | CB | 3B | 4C | 0 | 14 | FE | 3E | 31 |
| Octal | 123 | 60 | 313 | 73 | 114 | 0 | 24 | 376 | 76 | 61 |
| Binary | 1010011 | 110000 | 11001011 | 111011 | 1001100 | 0 | 10100 | 11111110 | 111110 | 110001 |
Color Harmonies of #5330CB
Complementary color
Monochromatic Colors of #5330CB
Black with #5330CB
Text Example
Text Example
White with #5330CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5330CB; }
p { color: rgb(83,48,203); }
H1.HeaderClassName
{
color: #5330CB;
}
.AnyTagClassName
{
color: #5330CB;
}
</style>
background-color css
<style>
a { background-color: #5330CB; }
a { background-color: rgb(83,48,203); }
div.DivClassName
{
background-color: #5330CB;
}
.BgClassName
{
background-color: #5330CB;
}
</style>
border-color css
<style>
span { border-color: #5330CB; }
span { border-color: rgb(83,48,203); }
td.TdClassName
{
border-color: #5330CB;
}
.TagClassName
{
border-color: #5330CB;
}
</style>