Shades of Purple Heart #5233AB
Tints of Purple Heart #5233AB
RGB
CMYK
RGB Variations
Color information
#5233AB (or 0x5233AB) is known color: Purple Heart. HEX triplet: 52, 33 and AB. RGB value is (82,51,171). Sum of RGB (Red+Green+Blue) = 82+51+171=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #5233AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5233AB is #ADCC54. Grayscale: #494949. Windows color (decimal): -11390037 or 11219794. OLE color: 11219794.
HSL color Cylindrical-coordinate representation of color #5233AB: hue angle of 255.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5233AB is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 51 | 171 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.33 |
| HSL | 255.5º | 0.54% | 0.44% | - |
| HSV(B) | 255.5º | 0.7% | 0.67% | - |
| XYZ | 12.01 | 7.1 | 39.27 | - |
| YUV | 73.95 | 182.77 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 171 | 0.52 | 0.70 | 0 | 0.33 | 255.5 | 0.54 | 0.44 |
| Hex | 52 | 33 | AB | 34 | 46 | 0 | 21 | 100 | 36 | 2C |
| Octal | 122 | 63 | 253 | 64 | 106 | 0 | 41 | 400 | 66 | 54 |
| Binary | 1010010 | 110011 | 10101011 | 110100 | 1000110 | 0 | 100001 | 100000000 | 110110 | 101100 |
Color Harmonies of #5233AB
Complementary color
Monochromatic Colors of #5233AB
Black with #5233AB
Text Example
Text Example
White with #5233AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5233AB; }
p { color: rgb(82,51,171); }
H1.HeaderClassName
{
color: #5233AB;
}
.AnyTagClassName
{
color: #5233AB;
}
</style>
background-color css
<style>
a { background-color: #5233AB; }
a { background-color: rgb(82,51,171); }
div.DivClassName
{
background-color: #5233AB;
}
.BgClassName
{
background-color: #5233AB;
}
</style>
border-color css
<style>
span { border-color: #5233AB; }
span { border-color: rgb(82,51,171); }
td.TdClassName
{
border-color: #5233AB;
}
.TagClassName
{
border-color: #5233AB;
}
</style>