Shades of Purple Heart #533BCC
Tints of Purple Heart #533BCC
RGB
CMYK
RGB Variations
Color information
#533BCC (or 0x533BCC) is known color: Purple Heart. HEX triplet: 53, 3B and CC. RGB value is (83,59,204). Sum of RGB (Red+Green+Blue) = 83+59+204=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #533BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BCC is #ACC433. Grayscale: #525252. Windows color (decimal): -11322420 or 13384531. OLE color: 13384531.
HSL color Cylindrical-coordinate representation of color #533BCC: hue angle of 249.93º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #533BCC is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 59 | 204 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.2 |
| HSL | 249.93º | 0.59% | 0.52% | - |
| HSV(B) | 249.93º | 0.71% | 0.8% | - |
| XYZ | 16.03 | 9.33 | 58.08 | - |
| YUV | 82.71 | 196.45 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 204 | 0.59 | 0.71 | 0 | 0.2 | 249.93 | 0.59 | 0.52 |
| Hex | 53 | 3B | CC | 3B | 47 | 0 | 14 | FA | 3B | 34 |
| Octal | 123 | 73 | 314 | 73 | 107 | 0 | 24 | 372 | 73 | 64 |
| Binary | 1010011 | 111011 | 11001100 | 111011 | 1000111 | 0 | 10100 | 11111010 | 111011 | 110100 |
Color Harmonies of #533BCC
Complementary color
Monochromatic Colors of #533BCC
Black with #533BCC
Text Example
Text Example
White with #533BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BCC; }
p { color: rgb(83,59,204); }
H1.HeaderClassName
{
color: #533BCC;
}
.AnyTagClassName
{
color: #533BCC;
}
</style>
background-color css
<style>
a { background-color: #533BCC; }
a { background-color: rgb(83,59,204); }
div.DivClassName
{
background-color: #533BCC;
}
.BgClassName
{
background-color: #533BCC;
}
</style>
border-color css
<style>
span { border-color: #533BCC; }
span { border-color: rgb(83,59,204); }
td.TdClassName
{
border-color: #533BCC;
}
.TagClassName
{
border-color: #533BCC;
}
</style>