Shades of Purple Heart #5227B9
Tints of Purple Heart #5227B9
RGB
CMYK
RGB Variations
Color information
#5227B9 (or 0x5227B9) is known color: Purple Heart. HEX triplet: 52, 27 and B9. RGB value is (82,39,185). Sum of RGB (Red+Green+Blue) = 82+39+185=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 185 (72.66% from 255 or 60.46% from 306); Max value from RGB is 185 - color contains mainly: blue. Hex color #5227B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5227B9 is #ADD846. Grayscale: #434343. Windows color (decimal): -11393095 or 12134226. OLE color: 12134226.
HSL color Cylindrical-coordinate representation of color #5227B9: hue angle of 257.67º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5227B9 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 39 | 185 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.27 |
| HSL | 257.67º | 0.65% | 0.44% | - |
| HSV(B) | 257.67º | 0.79% | 0.73% | - |
| XYZ | 12.96 | 6.75 | 46.52 | - |
| YUV | 68.5 | 193.75 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 39 | 185 | 0.56 | 0.79 | 0 | 0.27 | 257.67 | 0.65 | 0.44 |
| Hex | 52 | 27 | B9 | 38 | 4F | 0 | 1B | 102 | 41 | 2C |
| Octal | 122 | 47 | 271 | 70 | 117 | 0 | 33 | 402 | 101 | 54 |
| Binary | 1010010 | 100111 | 10111001 | 111000 | 1001111 | 0 | 11011 | 100000010 | 1000001 | 101100 |
Color Harmonies of #5227B9
Complementary color
Monochromatic Colors of #5227B9
Black with #5227B9
Text Example
Text Example
White with #5227B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5227B9; }
p { color: rgb(82,39,185); }
H1.HeaderClassName
{
color: #5227B9;
}
.AnyTagClassName
{
color: #5227B9;
}
</style>
background-color css
<style>
a { background-color: #5227B9; }
a { background-color: rgb(82,39,185); }
div.DivClassName
{
background-color: #5227B9;
}
.BgClassName
{
background-color: #5227B9;
}
</style>
border-color css
<style>
span { border-color: #5227B9; }
span { border-color: rgb(82,39,185); }
td.TdClassName
{
border-color: #5227B9;
}
.TagClassName
{
border-color: #5227B9;
}
</style>