Shades of Purple Heart #533BCB
Tints of Purple Heart #533BCB
RGB
CMYK
RGB Variations
Color information
#533BCB (or 0x533BCB) is known color: Purple Heart. HEX triplet: 53, 3B and CB. RGB value is (83,59,203). Sum of RGB (Red+Green+Blue) = 83+59+203=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #533BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BCB is #ACC434. Grayscale: #525252. Windows color (decimal): -11322421 or 13318995. OLE color: 13318995.
HSL color Cylindrical-coordinate representation of color #533BCB: hue angle of 250º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #533BCB is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 59 | 203 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.20 |
| HSL | 250º | 0.58% | 0.51% | - |
| HSV(B) | 250º | 0.71% | 0.8% | - |
| XYZ | 15.91 | 9.28 | 57.45 | - |
| YUV | 82.59 | 195.95 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 203 | 0.59 | 0.71 | 0 | 0.20 | 250 | 0.58 | 0.51 |
| Hex | 53 | 3B | CB | 3B | 47 | 0 | 14 | FA | 3A | 33 |
| Octal | 123 | 73 | 313 | 73 | 107 | 0 | 24 | 372 | 72 | 63 |
| Binary | 1010011 | 111011 | 11001011 | 111011 | 1000111 | 0 | 10100 | 11111010 | 111010 | 110011 |
Color Harmonies of #533BCB
Complementary color
Monochromatic Colors of #533BCB
Black with #533BCB
Text Example
Text Example
White with #533BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BCB; }
p { color: rgb(83,59,203); }
H1.HeaderClassName
{
color: #533BCB;
}
.AnyTagClassName
{
color: #533BCB;
}
</style>
background-color css
<style>
a { background-color: #533BCB; }
a { background-color: rgb(83,59,203); }
div.DivClassName
{
background-color: #533BCB;
}
.BgClassName
{
background-color: #533BCB;
}
</style>
border-color css
<style>
span { border-color: #533BCB; }
span { border-color: rgb(83,59,203); }
td.TdClassName
{
border-color: #533BCB;
}
.TagClassName
{
border-color: #533BCB;
}
</style>