Shades of Purple Heart #5330AC
Tints of Purple Heart #5330AC
RGB
CMYK
RGB Variations
Color information
#5330AC (or 0x5330AC) is known color: Purple Heart. HEX triplet: 53, 30 and AC. RGB value is (83,48,172). Sum of RGB (Red+Green+Blue) = 83+48+172=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #5330AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5330AC is #ACCF53. Grayscale: #484848. Windows color (decimal): -11325268 or 11284563. OLE color: 11284563.
HSL color Cylindrical-coordinate representation of color #5330AC: hue angle of 256.94º 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 #5330AC is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 48 | 172 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.33 |
| HSL | 256.94º | 0.56% | 0.43% | - |
| HSV(B) | 256.94º | 0.72% | 0.67% | - |
| XYZ | 12.07 | 6.93 | 39.73 | - |
| YUV | 72.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 172 | 0.52 | 0.72 | 0 | 0.33 | 256.94 | 0.56 | 0.43 |
| Hex | 53 | 30 | AC | 34 | 48 | 0 | 21 | 101 | 38 | 2B |
| Octal | 123 | 60 | 254 | 64 | 110 | 0 | 41 | 401 | 70 | 53 |
| Binary | 1010011 | 110000 | 10101100 | 110100 | 1001000 | 0 | 100001 | 100000001 | 111000 | 101011 |
Color Harmonies of #5330AC
Complementary color
Monochromatic Colors of #5330AC
Black with #5330AC
Text Example
Text Example
White with #5330AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5330AC; }
p { color: rgb(83,48,172); }
H1.HeaderClassName
{
color: #5330AC;
}
.AnyTagClassName
{
color: #5330AC;
}
</style>
background-color css
<style>
a { background-color: #5330AC; }
a { background-color: rgb(83,48,172); }
div.DivClassName
{
background-color: #5330AC;
}
.BgClassName
{
background-color: #5330AC;
}
</style>
border-color css
<style>
span { border-color: #5330AC; }
span { border-color: rgb(83,48,172); }
td.TdClassName
{
border-color: #5330AC;
}
.TagClassName
{
border-color: #5330AC;
}
</style>