Shades of Purple Heart #533ECF
Tints of Purple Heart #533ECF
RGB
CMYK
RGB Variations
Color information
#533ECF (or 0x533ECF) is known color: Purple Heart. HEX triplet: 53, 3E and CF. RGB value is (83,62,207). Sum of RGB (Red+Green+Blue) = 83+62+207=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #533ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ECF is #ACC130. Grayscale: #545454. Windows color (decimal): -11321649 or 13581907. OLE color: 13581907.
HSL color Cylindrical-coordinate representation of color #533ECF: hue angle of 248.69º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #533ECF is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 62 | 207 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.19 |
| HSL | 248.69º | 0.6% | 0.53% | - |
| HSV(B) | 248.69º | 0.7% | 0.81% | - |
| XYZ | 16.55 | 9.79 | 60.05 | - |
| YUV | 84.81 | 196.96 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 207 | 0.60 | 0.70 | 0 | 0.19 | 248.69 | 0.6 | 0.53 |
| Hex | 53 | 3E | CF | 3C | 46 | 0 | 13 | F9 | 3C | 35 |
| Octal | 123 | 76 | 317 | 74 | 106 | 0 | 23 | 371 | 74 | 65 |
| Binary | 1010011 | 111110 | 11001111 | 111100 | 1000110 | 0 | 10011 | 11111001 | 111100 | 110101 |
Color Harmonies of #533ECF
Complementary color
Monochromatic Colors of #533ECF
Black with #533ECF
Text Example
Text Example
White with #533ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533ECF; }
p { color: rgb(83,62,207); }
H1.HeaderClassName
{
color: #533ECF;
}
.AnyTagClassName
{
color: #533ECF;
}
</style>
background-color css
<style>
a { background-color: #533ECF; }
a { background-color: rgb(83,62,207); }
div.DivClassName
{
background-color: #533ECF;
}
.BgClassName
{
background-color: #533ECF;
}
</style>
border-color css
<style>
span { border-color: #533ECF; }
span { border-color: rgb(83,62,207); }
td.TdClassName
{
border-color: #533ECF;
}
.TagClassName
{
border-color: #533ECF;
}
</style>