Shades of Purple Heart #533BC6
Tints of Purple Heart #533BC6
RGB
CMYK
RGB Variations
Color information
#533BC6 (or 0x533BC6) is known color: Purple Heart. HEX triplet: 53, 3B and C6. RGB value is (83,59,198). Sum of RGB (Red+Green+Blue) = 83+59+198=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 198 (77.73% from 255 or 58.24% from 340); Max value from RGB is 198 - color contains mainly: blue. Hex color #533BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BC6 is #ACC439. Grayscale: #515151. Windows color (decimal): -11322426 or 12991315. OLE color: 12991315.
HSL color Cylindrical-coordinate representation of color #533BC6: hue angle of 250.36º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #533BC6 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 59 | 198 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.22 |
| HSL | 250.36º | 0.55% | 0.5% | - |
| HSV(B) | 250.36º | 0.7% | 0.78% | - |
| XYZ | 15.32 | 9.04 | 54.36 | - |
| YUV | 82.02 | 193.45 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 198 | 0.58 | 0.70 | 0 | 0.22 | 250.36 | 0.55 | 0.5 |
| Hex | 53 | 3B | C6 | 3A | 46 | 0 | 16 | FA | 37 | 32 |
| Octal | 123 | 73 | 306 | 72 | 106 | 0 | 26 | 372 | 67 | 62 |
| Binary | 1010011 | 111011 | 11000110 | 111010 | 1000110 | 0 | 10110 | 11111010 | 110111 | 110010 |
Color Harmonies of #533BC6
Complementary color
Monochromatic Colors of #533BC6
Black with #533BC6
Text Example
Text Example
White with #533BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BC6; }
p { color: rgb(83,59,198); }
H1.HeaderClassName
{
color: #533BC6;
}
.AnyTagClassName
{
color: #533BC6;
}
</style>
background-color css
<style>
a { background-color: #533BC6; }
a { background-color: rgb(83,59,198); }
div.DivClassName
{
background-color: #533BC6;
}
.BgClassName
{
background-color: #533BC6;
}
</style>
border-color css
<style>
span { border-color: #533BC6; }
span { border-color: rgb(83,59,198); }
td.TdClassName
{
border-color: #533BC6;
}
.TagClassName
{
border-color: #533BC6;
}
</style>