Shades of Purple Heart #5325BB
Tints of Purple Heart #5325BB
RGB
CMYK
RGB Variations
Color information
#5325BB (or 0x5325BB) is known color: Purple Heart. HEX triplet: 53, 25 and BB. RGB value is (83,37,187). Sum of RGB (Red+Green+Blue) = 83+37+187=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #5325BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5325BB is #ACDA44. Grayscale: #434343. Windows color (decimal): -11328069 or 12264787. OLE color: 12264787.
HSL color Cylindrical-coordinate representation of color #5325BB: hue angle of 258.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5325BB is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 37 | 187 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.27 |
| HSL | 258.4º | 0.67% | 0.44% | - |
| HSV(B) | 258.4º | 0.8% | 0.73% | - |
| XYZ | 13.2 | 6.75 | 47.62 | - |
| YUV | 67.85 | 195.24 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 187 | 0.56 | 0.80 | 0 | 0.27 | 258.4 | 0.67 | 0.44 |
| Hex | 53 | 25 | BB | 38 | 50 | 0 | 1B | 102 | 43 | 2C |
| Octal | 123 | 45 | 273 | 70 | 120 | 0 | 33 | 402 | 103 | 54 |
| Binary | 1010011 | 100101 | 10111011 | 111000 | 1010000 | 0 | 11011 | 100000010 | 1000011 | 101100 |
Color Harmonies of #5325BB
Complementary color
Monochromatic Colors of #5325BB
Black with #5325BB
Text Example
Text Example
White with #5325BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5325BB; }
p { color: rgb(83,37,187); }
H1.HeaderClassName
{
color: #5325BB;
}
.AnyTagClassName
{
color: #5325BB;
}
</style>
background-color css
<style>
a { background-color: #5325BB; }
a { background-color: rgb(83,37,187); }
div.DivClassName
{
background-color: #5325BB;
}
.BgClassName
{
background-color: #5325BB;
}
</style>
border-color css
<style>
span { border-color: #5325BB; }
span { border-color: rgb(83,37,187); }
td.TdClassName
{
border-color: #5325BB;
}
.TagClassName
{
border-color: #5325BB;
}
</style>