Shades of Purple Heart #5230B5
Tints of Purple Heart #5230B5
RGB
CMYK
RGB Variations
Color information
#5230B5 (or 0x5230B5) is known color: Purple Heart. HEX triplet: 52, 30 and B5. RGB value is (82,48,181). Sum of RGB (Red+Green+Blue) = 82+48+181=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 181 (71.09% from 255 or 58.20% from 311); Max value from RGB is 181 - color contains mainly: blue. Hex color #5230B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5230B5 is #ADCF4A. Grayscale: #484848. Windows color (decimal): -11390795 or 11874386. OLE color: 11874386.
HSL color Cylindrical-coordinate representation of color #5230B5: hue angle of 255.34º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5230B5 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 48 | 181 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.29 |
| HSL | 255.34º | 0.58% | 0.45% | - |
| HSV(B) | 255.34º | 0.73% | 0.71% | - |
| XYZ | 12.88 | 7.24 | 44.44 | - |
| YUV | 73.33 | 188.76 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 181 | 0.55 | 0.73 | 0 | 0.29 | 255.34 | 0.58 | 0.45 |
| Hex | 52 | 30 | B5 | 37 | 49 | 0 | 1D | FF | 3A | 2D |
| Octal | 122 | 60 | 265 | 67 | 111 | 0 | 35 | 377 | 72 | 55 |
| Binary | 1010010 | 110000 | 10110101 | 110111 | 1001001 | 0 | 11101 | 11111111 | 111010 | 101101 |
Color Harmonies of #5230B5
Complementary color
Monochromatic Colors of #5230B5
Black with #5230B5
Text Example
Text Example
White with #5230B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5230B5; }
p { color: rgb(82,48,181); }
H1.HeaderClassName
{
color: #5230B5;
}
.AnyTagClassName
{
color: #5230B5;
}
</style>
background-color css
<style>
a { background-color: #5230B5; }
a { background-color: rgb(82,48,181); }
div.DivClassName
{
background-color: #5230B5;
}
.BgClassName
{
background-color: #5230B5;
}
</style>
border-color css
<style>
span { border-color: #5230B5; }
span { border-color: rgb(82,48,181); }
td.TdClassName
{
border-color: #5230B5;
}
.TagClassName
{
border-color: #5230B5;
}
</style>