Shades of Purple Heart #533CB7
Tints of Purple Heart #533CB7
RGB
CMYK
RGB Variations
Color information
#533CB7 (or 0x533CB7) is known color: Purple Heart. HEX triplet: 53, 3C and B7. RGB value is (83,60,183). Sum of RGB (Red+Green+Blue) = 83+60+183=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 183 (71.88% from 255 or 56.13% from 326); Max value from RGB is 183 - color contains mainly: blue. Hex color #533CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533CB7 is #ACC348. Grayscale: #505050. Windows color (decimal): -11322185 or 12008531. OLE color: 12008531.
HSL color Cylindrical-coordinate representation of color #533CB7: hue angle of 251.22º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #533CB7 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 60 | 183 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.28 |
| HSL | 251.22º | 0.51% | 0.48% | - |
| HSV(B) | 251.22º | 0.67% | 0.72% | - |
| XYZ | 13.73 | 8.49 | 45.71 | - |
| YUV | 80.9 | 185.62 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 183 | 0.55 | 0.67 | 0 | 0.28 | 251.22 | 0.51 | 0.48 |
| Hex | 53 | 3C | B7 | 37 | 43 | 0 | 1C | FB | 33 | 30 |
| Octal | 123 | 74 | 267 | 67 | 103 | 0 | 34 | 373 | 63 | 60 |
| Binary | 1010011 | 111100 | 10110111 | 110111 | 1000011 | 0 | 11100 | 11111011 | 110011 | 110000 |
Color Harmonies of #533CB7
Complementary color
Monochromatic Colors of #533CB7
Black with #533CB7
Text Example
Text Example
White with #533CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533CB7; }
p { color: rgb(83,60,183); }
H1.HeaderClassName
{
color: #533CB7;
}
.AnyTagClassName
{
color: #533CB7;
}
</style>
background-color css
<style>
a { background-color: #533CB7; }
a { background-color: rgb(83,60,183); }
div.DivClassName
{
background-color: #533CB7;
}
.BgClassName
{
background-color: #533CB7;
}
</style>
border-color css
<style>
span { border-color: #533CB7; }
span { border-color: rgb(83,60,183); }
td.TdClassName
{
border-color: #533CB7;
}
.TagClassName
{
border-color: #533CB7;
}
</style>