Shades of Purple Heart #533CC1
Tints of Purple Heart #533CC1
RGB
CMYK
RGB Variations
Color information
#533CC1 (or 0x533CC1) is known color: Purple Heart. HEX triplet: 53, 3C and C1. RGB value is (83,60,193). Sum of RGB (Red+Green+Blue) = 83+60+193=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #533CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533CC1 is #ACC33E. Grayscale: #515151. Windows color (decimal): -11322175 or 12663891. OLE color: 12663891.
HSL color Cylindrical-coordinate representation of color #533CC1: hue angle of 250.38º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #533CC1 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 60 | 193 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.24 |
| HSL | 250.38º | 0.53% | 0.5% | - |
| HSV(B) | 250.38º | 0.69% | 0.76% | - |
| XYZ | 14.81 | 8.92 | 51.39 | - |
| YUV | 82.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 193 | 0.57 | 0.69 | 0 | 0.24 | 250.38 | 0.53 | 0.5 |
| Hex | 53 | 3C | C1 | 39 | 45 | 0 | 18 | FA | 35 | 32 |
| Octal | 123 | 74 | 301 | 71 | 105 | 0 | 30 | 372 | 65 | 62 |
| Binary | 1010011 | 111100 | 11000001 | 111001 | 1000101 | 0 | 11000 | 11111010 | 110101 | 110010 |
Color Harmonies of #533CC1
Complementary color
Monochromatic Colors of #533CC1
Black with #533CC1
Text Example
Text Example
White with #533CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533CC1; }
p { color: rgb(83,60,193); }
H1.HeaderClassName
{
color: #533CC1;
}
.AnyTagClassName
{
color: #533CC1;
}
</style>
background-color css
<style>
a { background-color: #533CC1; }
a { background-color: rgb(83,60,193); }
div.DivClassName
{
background-color: #533CC1;
}
.BgClassName
{
background-color: #533CC1;
}
</style>
border-color css
<style>
span { border-color: #533CC1; }
span { border-color: rgb(83,60,193); }
td.TdClassName
{
border-color: #533CC1;
}
.TagClassName
{
border-color: #533CC1;
}
</style>