Shades of Purple Heart #533DC9
Tints of Purple Heart #533DC9
RGB
CMYK
RGB Variations
Color information
#533DC9 (or 0x533DC9) is known color: Purple Heart. HEX triplet: 53, 3D and C9. RGB value is (83,61,201). Sum of RGB (Red+Green+Blue) = 83+61+201=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #533DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DC9 is #ACC236. Grayscale: #535353. Windows color (decimal): -11321911 or 13188435. OLE color: 13188435.
HSL color Cylindrical-coordinate representation of color #533DC9: hue angle of 249.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #533DC9 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 61 | 201 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.21 |
| HSL | 249.43º | 0.56% | 0.51% | - |
| HSV(B) | 249.43º | 0.7% | 0.79% | - |
| XYZ | 15.78 | 9.39 | 56.24 | - |
| YUV | 83.54 | 194.29 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 201 | 0.59 | 0.70 | 0 | 0.21 | 249.43 | 0.56 | 0.51 |
| Hex | 53 | 3D | C9 | 3B | 46 | 0 | 15 | F9 | 38 | 33 |
| Octal | 123 | 75 | 311 | 73 | 106 | 0 | 25 | 371 | 70 | 63 |
| Binary | 1010011 | 111101 | 11001001 | 111011 | 1000110 | 0 | 10101 | 11111001 | 111000 | 110011 |
Color Harmonies of #533DC9
Complementary color
Monochromatic Colors of #533DC9
Black with #533DC9
Text Example
Text Example
White with #533DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DC9; }
p { color: rgb(83,61,201); }
H1.HeaderClassName
{
color: #533DC9;
}
.AnyTagClassName
{
color: #533DC9;
}
</style>
background-color css
<style>
a { background-color: #533DC9; }
a { background-color: rgb(83,61,201); }
div.DivClassName
{
background-color: #533DC9;
}
.BgClassName
{
background-color: #533DC9;
}
</style>
border-color css
<style>
span { border-color: #533DC9; }
span { border-color: rgb(83,61,201); }
td.TdClassName
{
border-color: #533DC9;
}
.TagClassName
{
border-color: #533DC9;
}
</style>