Shades of Purple Heart #533AC1
Tints of Purple Heart #533AC1
RGB
CMYK
RGB Variations
Color information
#533AC1 (or 0x533AC1) is known color: Purple Heart. HEX triplet: 53, 3A and C1. RGB value is (83,58,193). Sum of RGB (Red+Green+Blue) = 83+58+193=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #533AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533AC1 is #ACC53E. Grayscale: #505050. Windows color (decimal): -11322687 or 12663379. OLE color: 12663379.
HSL color Cylindrical-coordinate representation of color #533AC1: hue angle of 251.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #533AC1 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 58 | 193 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.24 |
| HSL | 251.11º | 0.54% | 0.49% | - |
| HSV(B) | 251.11º | 0.7% | 0.76% | - |
| XYZ | 14.71 | 8.72 | 51.36 | - |
| YUV | 80.87 | 191.28 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 193 | 0.57 | 0.70 | 0 | 0.24 | 251.11 | 0.54 | 0.49 |
| Hex | 53 | 3A | C1 | 39 | 46 | 0 | 18 | FB | 36 | 31 |
| Octal | 123 | 72 | 301 | 71 | 106 | 0 | 30 | 373 | 66 | 61 |
| Binary | 1010011 | 111010 | 11000001 | 111001 | 1000110 | 0 | 11000 | 11111011 | 110110 | 110001 |
Color Harmonies of #533AC1
Complementary color
Monochromatic Colors of #533AC1
Black with #533AC1
Text Example
Text Example
White with #533AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533AC1; }
p { color: rgb(83,58,193); }
H1.HeaderClassName
{
color: #533AC1;
}
.AnyTagClassName
{
color: #533AC1;
}
</style>
background-color css
<style>
a { background-color: #533AC1; }
a { background-color: rgb(83,58,193); }
div.DivClassName
{
background-color: #533AC1;
}
.BgClassName
{
background-color: #533AC1;
}
</style>
border-color css
<style>
span { border-color: #533AC1; }
span { border-color: rgb(83,58,193); }
td.TdClassName
{
border-color: #533AC1;
}
.TagClassName
{
border-color: #533AC1;
}
</style>