Shades of Purple Heart #5230BA
Tints of Purple Heart #5230BA
RGB
CMYK
RGB Variations
Color information
#5230BA (or 0x5230BA) is known color: Purple Heart. HEX triplet: 52, 30 and BA. RGB value is (82,48,186). Sum of RGB (Red+Green+Blue) = 82+48+186=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #5230BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5230BA is #ADCF45. Grayscale: #494949. Windows color (decimal): -11390790 or 12202066. OLE color: 12202066.
HSL color Cylindrical-coordinate representation of color #5230BA: hue angle of 254.78º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5230BA is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 48 | 186 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.27 |
| HSL | 254.78º | 0.59% | 0.46% | - |
| HSV(B) | 254.78º | 0.74% | 0.73% | - |
| XYZ | 13.4 | 7.45 | 47.19 | - |
| YUV | 73.9 | 191.26 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 186 | 0.56 | 0.74 | 0 | 0.27 | 254.78 | 0.59 | 0.46 |
| Hex | 52 | 30 | BA | 38 | 4A | 0 | 1B | FF | 3B | 2E |
| Octal | 122 | 60 | 272 | 70 | 112 | 0 | 33 | 377 | 73 | 56 |
| Binary | 1010010 | 110000 | 10111010 | 111000 | 1001010 | 0 | 11011 | 11111111 | 111011 | 101110 |
Color Harmonies of #5230BA
Complementary color
Monochromatic Colors of #5230BA
Black with #5230BA
Text Example
Text Example
White with #5230BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5230BA; }
p { color: rgb(82,48,186); }
H1.HeaderClassName
{
color: #5230BA;
}
.AnyTagClassName
{
color: #5230BA;
}
</style>
background-color css
<style>
a { background-color: #5230BA; }
a { background-color: rgb(82,48,186); }
div.DivClassName
{
background-color: #5230BA;
}
.BgClassName
{
background-color: #5230BA;
}
</style>
border-color css
<style>
span { border-color: #5230BA; }
span { border-color: rgb(82,48,186); }
td.TdClassName
{
border-color: #5230BA;
}
.TagClassName
{
border-color: #5230BA;
}
</style>