Shades of Purple Heart #533DC1
Tints of Purple Heart #533DC1
RGB
CMYK
RGB Variations
Color information
#533DC1 (or 0x533DC1) is known color: Purple Heart. HEX triplet: 53, 3D and C1. RGB value is (83,61,193). Sum of RGB (Red+Green+Blue) = 83+61+193=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #533DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DC1 is #ACC23E. Grayscale: #525252. Windows color (decimal): -11321919 or 12664147. OLE color: 12664147.
HSL color Cylindrical-coordinate representation of color #533DC1: hue angle of 250º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #533DC1 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 61 | 193 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.24 |
| HSL | 250º | 0.52% | 0.5% | - |
| HSV(B) | 250º | 0.68% | 0.76% | - |
| XYZ | 14.86 | 9.03 | 51.41 | - |
| YUV | 82.63 | 190.29 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 193 | 0.57 | 0.68 | 0 | 0.24 | 250 | 0.52 | 0.5 |
| Hex | 53 | 3D | C1 | 39 | 44 | 0 | 18 | FA | 34 | 32 |
| Octal | 123 | 75 | 301 | 71 | 104 | 0 | 30 | 372 | 64 | 62 |
| Binary | 1010011 | 111101 | 11000001 | 111001 | 1000100 | 0 | 11000 | 11111010 | 110100 | 110010 |
Color Harmonies of #533DC1
Complementary color
Monochromatic Colors of #533DC1
Black with #533DC1
Text Example
Text Example
White with #533DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DC1; }
p { color: rgb(83,61,193); }
H1.HeaderClassName
{
color: #533DC1;
}
.AnyTagClassName
{
color: #533DC1;
}
</style>
background-color css
<style>
a { background-color: #533DC1; }
a { background-color: rgb(83,61,193); }
div.DivClassName
{
background-color: #533DC1;
}
.BgClassName
{
background-color: #533DC1;
}
</style>
border-color css
<style>
span { border-color: #533DC1; }
span { border-color: rgb(83,61,193); }
td.TdClassName
{
border-color: #533DC1;
}
.TagClassName
{
border-color: #533DC1;
}
</style>