Shades of Purple Heart #533FC5
Tints of Purple Heart #533FC5
RGB
CMYK
RGB Variations
Color information
#533FC5 (or 0x533FC5) is known color: Purple Heart. HEX triplet: 53, 3F and C5. RGB value is (83,63,197). Sum of RGB (Red+Green+Blue) = 83+63+197=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 197 (77.34% from 255 or 57.43% from 343); Max value from RGB is 197 - color contains mainly: blue. Hex color #533FC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FC5 is #ACC03A. Grayscale: #535353. Windows color (decimal): -11321403 or 12926803. OLE color: 12926803.
HSL color Cylindrical-coordinate representation of color #533FC5: hue angle of 248.96º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #533FC5 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 63 | 197 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.23 |
| HSL | 248.96º | 0.54% | 0.51% | - |
| HSV(B) | 248.96º | 0.68% | 0.77% | - |
| XYZ | 15.42 | 9.43 | 53.83 | - |
| YUV | 84.26 | 191.63 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 197 | 0.58 | 0.68 | 0 | 0.23 | 248.96 | 0.54 | 0.51 |
| Hex | 53 | 3F | C5 | 3A | 44 | 0 | 17 | F9 | 36 | 33 |
| Octal | 123 | 77 | 305 | 72 | 104 | 0 | 27 | 371 | 66 | 63 |
| Binary | 1010011 | 111111 | 11000101 | 111010 | 1000100 | 0 | 10111 | 11111001 | 110110 | 110011 |
Color Harmonies of #533FC5
Complementary color
Monochromatic Colors of #533FC5
Black with #533FC5
Text Example
Text Example
White with #533FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FC5; }
p { color: rgb(83,63,197); }
H1.HeaderClassName
{
color: #533FC5;
}
.AnyTagClassName
{
color: #533FC5;
}
</style>
background-color css
<style>
a { background-color: #533FC5; }
a { background-color: rgb(83,63,197); }
div.DivClassName
{
background-color: #533FC5;
}
.BgClassName
{
background-color: #533FC5;
}
</style>
border-color css
<style>
span { border-color: #533FC5; }
span { border-color: rgb(83,63,197); }
td.TdClassName
{
border-color: #533FC5;
}
.TagClassName
{
border-color: #533FC5;
}
</style>