Shades of Purple Heart #533BCF
Tints of Purple Heart #533BCF
RGB
CMYK
RGB Variations
Color information
#533BCF (or 0x533BCF) is known color: Purple Heart. HEX triplet: 53, 3B and CF. RGB value is (83,59,207). Sum of RGB (Red+Green+Blue) = 83+59+207=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #533BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BCF is #ACC430. Grayscale: #525252. Windows color (decimal): -11322417 or 13581139. OLE color: 13581139.
HSL color Cylindrical-coordinate representation of color #533BCF: hue angle of 249.73º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #533BCF is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 59 | 207 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.19 |
| HSL | 249.73º | 0.61% | 0.52% | - |
| HSV(B) | 249.73º | 0.71% | 0.81% | - |
| XYZ | 16.39 | 9.47 | 60 | - |
| YUV | 83.05 | 197.95 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 207 | 0.60 | 0.71 | 0 | 0.19 | 249.73 | 0.61 | 0.52 |
| Hex | 53 | 3B | CF | 3C | 47 | 0 | 13 | FA | 3D | 34 |
| Octal | 123 | 73 | 317 | 74 | 107 | 0 | 23 | 372 | 75 | 64 |
| Binary | 1010011 | 111011 | 11001111 | 111100 | 1000111 | 0 | 10011 | 11111010 | 111101 | 110100 |
Color Harmonies of #533BCF
Complementary color
Monochromatic Colors of #533BCF
Black with #533BCF
Text Example
Text Example
White with #533BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BCF; }
p { color: rgb(83,59,207); }
H1.HeaderClassName
{
color: #533BCF;
}
.AnyTagClassName
{
color: #533BCF;
}
</style>
background-color css
<style>
a { background-color: #533BCF; }
a { background-color: rgb(83,59,207); }
div.DivClassName
{
background-color: #533BCF;
}
.BgClassName
{
background-color: #533BCF;
}
</style>
border-color css
<style>
span { border-color: #533BCF; }
span { border-color: rgb(83,59,207); }
td.TdClassName
{
border-color: #533BCF;
}
.TagClassName
{
border-color: #533BCF;
}
</style>