Shades of Purple Heart #533CC7
Tints of Purple Heart #533CC7
RGB
CMYK
RGB Variations
Color information
#533CC7 (or 0x533CC7) is known color: Purple Heart. HEX triplet: 53, 3C and C7. RGB value is (83,60,199). Sum of RGB (Red+Green+Blue) = 83+60+199=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 199 (78.12% from 255 or 58.19% from 342); Max value from RGB is 199 - color contains mainly: blue. Hex color #533CC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533CC7 is #ACC338. Grayscale: #525252. Windows color (decimal): -11322169 or 13057107. OLE color: 13057107.
HSL color Cylindrical-coordinate representation of color #533CC7: hue angle of 249.93º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #533CC7 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 60 | 199 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.22 |
| HSL | 249.93º | 0.55% | 0.51% | - |
| HSV(B) | 249.93º | 0.7% | 0.78% | - |
| XYZ | 15.49 | 9.19 | 54.99 | - |
| YUV | 82.72 | 193.62 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 199 | 0.58 | 0.70 | 0 | 0.22 | 249.93 | 0.55 | 0.51 |
| Hex | 53 | 3C | C7 | 3A | 46 | 0 | 16 | FA | 37 | 33 |
| Octal | 123 | 74 | 307 | 72 | 106 | 0 | 26 | 372 | 67 | 63 |
| Binary | 1010011 | 111100 | 11000111 | 111010 | 1000110 | 0 | 10110 | 11111010 | 110111 | 110011 |
Color Harmonies of #533CC7
Complementary color
Monochromatic Colors of #533CC7
Black with #533CC7
Text Example
Text Example
White with #533CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533CC7; }
p { color: rgb(83,60,199); }
H1.HeaderClassName
{
color: #533CC7;
}
.AnyTagClassName
{
color: #533CC7;
}
</style>
background-color css
<style>
a { background-color: #533CC7; }
a { background-color: rgb(83,60,199); }
div.DivClassName
{
background-color: #533CC7;
}
.BgClassName
{
background-color: #533CC7;
}
</style>
border-color css
<style>
span { border-color: #533CC7; }
span { border-color: rgb(83,60,199); }
td.TdClassName
{
border-color: #533CC7;
}
.TagClassName
{
border-color: #533CC7;
}
</style>