Shades of Purple Heart #5225BD
Tints of Purple Heart #5225BD
RGB
CMYK
RGB Variations
Color information
#5225BD (or 0x5225BD) is known color: Purple Heart. HEX triplet: 52, 25 and BD. RGB value is (82,37,189). Sum of RGB (Red+Green+Blue) = 82+37+189=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #5225BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5225BD is #ADDA42. Grayscale: #434343. Windows color (decimal): -11393603 or 12395858. OLE color: 12395858.
HSL color Cylindrical-coordinate representation of color #5225BD: hue angle of 257.76º 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 #5225BD is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 37 | 189 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.26 |
| HSL | 257.76º | 0.67% | 0.44% | - |
| HSV(B) | 257.76º | 0.8% | 0.74% | - |
| XYZ | 13.33 | 6.79 | 48.75 | - |
| YUV | 67.78 | 196.41 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 189 | 0.57 | 0.80 | 0 | 0.26 | 257.76 | 0.67 | 0.44 |
| Hex | 52 | 25 | BD | 39 | 50 | 0 | 1A | 102 | 43 | 2C |
| Octal | 122 | 45 | 275 | 71 | 120 | 0 | 32 | 402 | 103 | 54 |
| Binary | 1010010 | 100101 | 10111101 | 111001 | 1010000 | 0 | 11010 | 100000010 | 1000011 | 101100 |
Color Harmonies of #5225BD
Complementary color
Monochromatic Colors of #5225BD
Black with #5225BD
Text Example
Text Example
White with #5225BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5225BD; }
p { color: rgb(82,37,189); }
H1.HeaderClassName
{
color: #5225BD;
}
.AnyTagClassName
{
color: #5225BD;
}
</style>
background-color css
<style>
a { background-color: #5225BD; }
a { background-color: rgb(82,37,189); }
div.DivClassName
{
background-color: #5225BD;
}
.BgClassName
{
background-color: #5225BD;
}
</style>
border-color css
<style>
span { border-color: #5225BD; }
span { border-color: rgb(82,37,189); }
td.TdClassName
{
border-color: #5225BD;
}
.TagClassName
{
border-color: #5225BD;
}
</style>