Shades of Purple Heart #5330B1
Tints of Purple Heart #5330B1
RGB
CMYK
RGB Variations
Color information
#5330B1 (or 0x5330B1) is known color: Purple Heart. HEX triplet: 53, 30 and B1. RGB value is (83,48,177). Sum of RGB (Red+Green+Blue) = 83+48+177=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #5330B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5330B1 is #ACCF4E. Grayscale: #484848. Windows color (decimal): -11325263 or 11612243. OLE color: 11612243.
HSL color Cylindrical-coordinate representation of color #5330B1: hue angle of 256.28º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5330B1 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 48 | 177 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.31 |
| HSL | 256.28º | 0.57% | 0.44% | - |
| HSV(B) | 256.28º | 0.73% | 0.69% | - |
| XYZ | 12.56 | 7.13 | 42.31 | - |
| YUV | 73.17 | 186.6 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 177 | 0.53 | 0.73 | 0 | 0.31 | 256.28 | 0.57 | 0.44 |
| Hex | 53 | 30 | B1 | 35 | 49 | 0 | 1F | 100 | 39 | 2C |
| Octal | 123 | 60 | 261 | 65 | 111 | 0 | 37 | 400 | 71 | 54 |
| Binary | 1010011 | 110000 | 10110001 | 110101 | 1001001 | 0 | 11111 | 100000000 | 111001 | 101100 |
Color Harmonies of #5330B1
Complementary color
Monochromatic Colors of #5330B1
Black with #5330B1
Text Example
Text Example
White with #5330B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5330B1; }
p { color: rgb(83,48,177); }
H1.HeaderClassName
{
color: #5330B1;
}
.AnyTagClassName
{
color: #5330B1;
}
</style>
background-color css
<style>
a { background-color: #5330B1; }
a { background-color: rgb(83,48,177); }
div.DivClassName
{
background-color: #5330B1;
}
.BgClassName
{
background-color: #5330B1;
}
</style>
border-color css
<style>
span { border-color: #5330B1; }
span { border-color: rgb(83,48,177); }
td.TdClassName
{
border-color: #5330B1;
}
.TagClassName
{
border-color: #5330B1;
}
</style>