Shades of Purple Heart #533FCF
Tints of Purple Heart #533FCF
RGB
CMYK
RGB Variations
Color information
#533FCF (or 0x533FCF) is known color: Purple Heart. HEX triplet: 53, 3F and CF. RGB value is (83,63,207). Sum of RGB (Red+Green+Blue) = 83+63+207=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #533FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FCF is #ACC030. Grayscale: #545454. Windows color (decimal): -11321393 or 13582163. OLE color: 13582163.
HSL color Cylindrical-coordinate representation of color #533FCF: hue angle of 248.33º 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 #533FCF is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 63 | 207 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.19 |
| HSL | 248.33º | 0.6% | 0.53% | - |
| HSV(B) | 248.33º | 0.7% | 0.81% | - |
| XYZ | 16.61 | 9.9 | 60.07 | - |
| YUV | 85.4 | 196.63 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 207 | 0.60 | 0.70 | 0 | 0.19 | 248.33 | 0.6 | 0.53 |
| Hex | 53 | 3F | CF | 3C | 46 | 0 | 13 | F8 | 3C | 35 |
| Octal | 123 | 77 | 317 | 74 | 106 | 0 | 23 | 370 | 74 | 65 |
| Binary | 1010011 | 111111 | 11001111 | 111100 | 1000110 | 0 | 10011 | 11111000 | 111100 | 110101 |
Color Harmonies of #533FCF
Complementary color
Monochromatic Colors of #533FCF
Black with #533FCF
Text Example
Text Example
White with #533FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FCF; }
p { color: rgb(83,63,207); }
H1.HeaderClassName
{
color: #533FCF;
}
.AnyTagClassName
{
color: #533FCF;
}
</style>
background-color css
<style>
a { background-color: #533FCF; }
a { background-color: rgb(83,63,207); }
div.DivClassName
{
background-color: #533FCF;
}
.BgClassName
{
background-color: #533FCF;
}
</style>
border-color css
<style>
span { border-color: #533FCF; }
span { border-color: rgb(83,63,207); }
td.TdClassName
{
border-color: #533FCF;
}
.TagClassName
{
border-color: #533FCF;
}
</style>