Shades of Purple Heart #5230BC
Tints of Purple Heart #5230BC
RGB
CMYK
RGB Variations
Color information
#5230BC (or 0x5230BC) is known color: Purple Heart. HEX triplet: 52, 30 and BC. RGB value is (82,48,188). Sum of RGB (Red+Green+Blue) = 82+48+188=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #5230BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5230BC is #ADCF43. Grayscale: #494949. Windows color (decimal): -11390788 or 12333138. OLE color: 12333138.
HSL color Cylindrical-coordinate representation of color #5230BC: hue angle of 254.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5230BC is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 48 | 188 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.26 |
| HSL | 254.57º | 0.59% | 0.46% | - |
| HSV(B) | 254.57º | 0.74% | 0.74% | - |
| XYZ | 13.61 | 7.54 | 48.31 | - |
| YUV | 74.13 | 192.26 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 188 | 0.56 | 0.74 | 0 | 0.26 | 254.57 | 0.59 | 0.46 |
| Hex | 52 | 30 | BC | 38 | 4A | 0 | 1A | FF | 3B | 2E |
| Octal | 122 | 60 | 274 | 70 | 112 | 0 | 32 | 377 | 73 | 56 |
| Binary | 1010010 | 110000 | 10111100 | 111000 | 1001010 | 0 | 11010 | 11111111 | 111011 | 101110 |
Color Harmonies of #5230BC
Complementary color
Monochromatic Colors of #5230BC
Black with #5230BC
Text Example
Text Example
White with #5230BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5230BC; }
p { color: rgb(82,48,188); }
H1.HeaderClassName
{
color: #5230BC;
}
.AnyTagClassName
{
color: #5230BC;
}
</style>
background-color css
<style>
a { background-color: #5230BC; }
a { background-color: rgb(82,48,188); }
div.DivClassName
{
background-color: #5230BC;
}
.BgClassName
{
background-color: #5230BC;
}
</style>
border-color css
<style>
span { border-color: #5230BC; }
span { border-color: rgb(82,48,188); }
td.TdClassName
{
border-color: #5230BC;
}
.TagClassName
{
border-color: #5230BC;
}
</style>