Shades of Purple Heart #5330AB
Tints of Purple Heart #5330AB
RGB
CMYK
RGB Variations
Color information
#5330AB (or 0x5330AB) is known color: Purple Heart. HEX triplet: 53, 30 and AB. RGB value is (83,48,171). Sum of RGB (Red+Green+Blue) = 83+48+171=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #5330AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5330AB is #ACCF54. Grayscale: #484848. Windows color (decimal): -11325269 or 11219027. OLE color: 11219027.
HSL color Cylindrical-coordinate representation of color #5330AB: hue angle of 257.07º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5330AB is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 48 | 171 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.33 |
| HSL | 257.07º | 0.56% | 0.43% | - |
| HSV(B) | 257.07º | 0.72% | 0.67% | - |
| XYZ | 11.97 | 6.89 | 39.23 | - |
| YUV | 72.49 | 183.6 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 171 | 0.51 | 0.72 | 0 | 0.33 | 257.07 | 0.56 | 0.43 |
| Hex | 53 | 30 | AB | 33 | 48 | 0 | 21 | 101 | 38 | 2B |
| Octal | 123 | 60 | 253 | 63 | 110 | 0 | 41 | 401 | 70 | 53 |
| Binary | 1010011 | 110000 | 10101011 | 110011 | 1001000 | 0 | 100001 | 100000001 | 111000 | 101011 |
Color Harmonies of #5330AB
Complementary color
Monochromatic Colors of #5330AB
Black with #5330AB
Text Example
Text Example
White with #5330AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5330AB; }
p { color: rgb(83,48,171); }
H1.HeaderClassName
{
color: #5330AB;
}
.AnyTagClassName
{
color: #5330AB;
}
</style>
background-color css
<style>
a { background-color: #5330AB; }
a { background-color: rgb(83,48,171); }
div.DivClassName
{
background-color: #5330AB;
}
.BgClassName
{
background-color: #5330AB;
}
</style>
border-color css
<style>
span { border-color: #5330AB; }
span { border-color: rgb(83,48,171); }
td.TdClassName
{
border-color: #5330AB;
}
.TagClassName
{
border-color: #5330AB;
}
</style>