Shades of Purple Heart #533FC4
Tints of Purple Heart #533FC4
RGB
CMYK
RGB Variations
Color information
#533FC4 (or 0x533FC4) is known color: Purple Heart. HEX triplet: 53, 3F and C4. RGB value is (83,63,196). Sum of RGB (Red+Green+Blue) = 83+63+196=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #533FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FC4 is #ACC03B. Grayscale: #535353. Windows color (decimal): -11321404 or 12861267. OLE color: 12861267.
HSL color Cylindrical-coordinate representation of color #533FC4: hue angle of 249.02º degrees, saturation: 0.53, 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 #533FC4 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 63 | 196 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.23 |
| HSL | 249.02º | 0.53% | 0.51% | - |
| HSV(B) | 249.02º | 0.68% | 0.77% | - |
| XYZ | 15.31 | 9.38 | 53.23 | - |
| YUV | 84.14 | 191.13 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 196 | 0.58 | 0.68 | 0 | 0.23 | 249.02 | 0.53 | 0.51 |
| Hex | 53 | 3F | C4 | 3A | 44 | 0 | 17 | F9 | 35 | 33 |
| Octal | 123 | 77 | 304 | 72 | 104 | 0 | 27 | 371 | 65 | 63 |
| Binary | 1010011 | 111111 | 11000100 | 111010 | 1000100 | 0 | 10111 | 11111001 | 110101 | 110011 |
Color Harmonies of #533FC4
Complementary color
Monochromatic Colors of #533FC4
Black with #533FC4
Text Example
Text Example
White with #533FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FC4; }
p { color: rgb(83,63,196); }
H1.HeaderClassName
{
color: #533FC4;
}
.AnyTagClassName
{
color: #533FC4;
}
</style>
background-color css
<style>
a { background-color: #533FC4; }
a { background-color: rgb(83,63,196); }
div.DivClassName
{
background-color: #533FC4;
}
.BgClassName
{
background-color: #533FC4;
}
</style>
border-color css
<style>
span { border-color: #533FC4; }
span { border-color: rgb(83,63,196); }
td.TdClassName
{
border-color: #533FC4;
}
.TagClassName
{
border-color: #533FC4;
}
</style>