Shades of Purple Heart #5201B3
Tints of Purple Heart #5201B3
RGB
CMYK
RGB Variations
Color information
#5201B3 (or 0x5201B3) is known color: Purple Heart. HEX triplet: 52, 01 and B3. RGB value is (82,1,179). Sum of RGB (Red+Green+Blue) = 82+1+179=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 179 (70.31% from 255 or 68.32% from 262); Max value from RGB is 179 - color contains mainly: blue. Hex color #5201B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5201B3 is #ADFE4C. Grayscale: #2C2C2C. Windows color (decimal): -11402829 or 11731282. OLE color: 11731282.
HSL color Cylindrical-coordinate representation of color #5201B3: hue angle of 267.3º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5201B3 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 1 | 179 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.30 |
| HSL | 267.3º | 0.99% | 0.35% | - |
| HSV(B) | 267.3º | 0.99% | 0.7% | - |
| XYZ | 11.63 | 5.07 | 43.01 | - |
| YUV | 45.51 | 203.34 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 179 | 0.54 | 0.99 | 0 | 0.30 | 267.3 | 0.99 | 0.35 |
| Hex | 52 | 1 | B3 | 36 | 63 | 0 | 1E | 10B | 63 | 23 |
| Octal | 122 | 1 | 263 | 66 | 143 | 0 | 36 | 413 | 143 | 43 |
| Binary | 1010010 | 1 | 10110011 | 110110 | 1100011 | 0 | 11110 | 100001011 | 1100011 | 100011 |
Color Harmonies of #5201B3
Complementary color
Monochromatic Colors of #5201B3
Black with #5201B3
Text Example
Text Example
White with #5201B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5201B3; }
p { color: rgb(82,1,179); }
H1.HeaderClassName
{
color: #5201B3;
}
.AnyTagClassName
{
color: #5201B3;
}
</style>
background-color css
<style>
a { background-color: #5201B3; }
a { background-color: rgb(82,1,179); }
div.DivClassName
{
background-color: #5201B3;
}
.BgClassName
{
background-color: #5201B3;
}
</style>
border-color css
<style>
span { border-color: #5201B3; }
span { border-color: rgb(82,1,179); }
td.TdClassName
{
border-color: #5201B3;
}
.TagClassName
{
border-color: #5201B3;
}
</style>