Shades of Purple Heart #533ECE
Tints of Purple Heart #533ECE
RGB
CMYK
RGB Variations
Color information
#533ECE (or 0x533ECE) is known color: Purple Heart. HEX triplet: 53, 3E and CE. RGB value is (83,62,206). Sum of RGB (Red+Green+Blue) = 83+62+206=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #533ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ECE is #ACC131. Grayscale: #545454. Windows color (decimal): -11321650 or 13516371. OLE color: 13516371.
HSL color Cylindrical-coordinate representation of color #533ECE: hue angle of 248.75º 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 #533ECE is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 62 | 206 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.19 |
| HSL | 248.75º | 0.6% | 0.53% | - |
| HSV(B) | 248.75º | 0.7% | 0.81% | - |
| XYZ | 16.43 | 9.74 | 59.41 | - |
| YUV | 84.7 | 196.46 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 206 | 0.60 | 0.70 | 0 | 0.19 | 248.75 | 0.6 | 0.53 |
| Hex | 53 | 3E | CE | 3C | 46 | 0 | 13 | F9 | 3C | 35 |
| Octal | 123 | 76 | 316 | 74 | 106 | 0 | 23 | 371 | 74 | 65 |
| Binary | 1010011 | 111110 | 11001110 | 111100 | 1000110 | 0 | 10011 | 11111001 | 111100 | 110101 |
Color Harmonies of #533ECE
Complementary color
Monochromatic Colors of #533ECE
Black with #533ECE
Text Example
Text Example
White with #533ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533ECE; }
p { color: rgb(83,62,206); }
H1.HeaderClassName
{
color: #533ECE;
}
.AnyTagClassName
{
color: #533ECE;
}
</style>
background-color css
<style>
a { background-color: #533ECE; }
a { background-color: rgb(83,62,206); }
div.DivClassName
{
background-color: #533ECE;
}
.BgClassName
{
background-color: #533ECE;
}
</style>
border-color css
<style>
span { border-color: #533ECE; }
span { border-color: rgb(83,62,206); }
td.TdClassName
{
border-color: #533ECE;
}
.TagClassName
{
border-color: #533ECE;
}
</style>