Shades of Purple Heart #5225BC
Tints of Purple Heart #5225BC
RGB
CMYK
RGB Variations
Color information
#5225BC (or 0x5225BC) is known color: Purple Heart. HEX triplet: 52, 25 and BC. RGB value is (82,37,188). Sum of RGB (Red+Green+Blue) = 82+37+188=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #5225BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5225BC is #ADDA43. Grayscale: #434343. Windows color (decimal): -11393604 or 12330322. OLE color: 12330322.
HSL color Cylindrical-coordinate representation of color #5225BC: hue angle of 257.88º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5225BC is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 37 | 188 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.26 |
| HSL | 257.88º | 0.67% | 0.44% | - |
| HSV(B) | 257.88º | 0.8% | 0.74% | - |
| XYZ | 13.22 | 6.75 | 48.18 | - |
| YUV | 67.67 | 195.91 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 188 | 0.56 | 0.80 | 0 | 0.26 | 257.88 | 0.67 | 0.44 |
| Hex | 52 | 25 | BC | 38 | 50 | 0 | 1A | 102 | 43 | 2C |
| Octal | 122 | 45 | 274 | 70 | 120 | 0 | 32 | 402 | 103 | 54 |
| Binary | 1010010 | 100101 | 10111100 | 111000 | 1010000 | 0 | 11010 | 100000010 | 1000011 | 101100 |
Color Harmonies of #5225BC
Complementary color
Monochromatic Colors of #5225BC
Black with #5225BC
Text Example
Text Example
White with #5225BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5225BC; }
p { color: rgb(82,37,188); }
H1.HeaderClassName
{
color: #5225BC;
}
.AnyTagClassName
{
color: #5225BC;
}
</style>
background-color css
<style>
a { background-color: #5225BC; }
a { background-color: rgb(82,37,188); }
div.DivClassName
{
background-color: #5225BC;
}
.BgClassName
{
background-color: #5225BC;
}
</style>
border-color css
<style>
span { border-color: #5225BC; }
span { border-color: rgb(82,37,188); }
td.TdClassName
{
border-color: #5225BC;
}
.TagClassName
{
border-color: #5225BC;
}
</style>