Shades of Purple Heart #5B2DAF
Tints of Purple Heart #5B2DAF
RGB
CMYK
RGB Variations
Color information
#5B2DAF (or 0x5B2DAF) is known color: Purple Heart. HEX triplet: 5B, 2D and AF. RGB value is (91,45,175). Sum of RGB (Red+Green+Blue) = 91+45+175=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B2DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2DAF is #A4D250. Grayscale: #494949. Windows color (decimal): -10801745 or 11480411. OLE color: 11480411.
HSL color Cylindrical-coordinate representation of color #5B2DAF: hue angle of 261.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B2DAF is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 45 | 175 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.31 |
| HSL | 261.23º | 0.59% | 0.43% | - |
| HSV(B) | 261.23º | 0.74% | 0.69% | - |
| XYZ | 12.99 | 7.2 | 41.26 | - |
| YUV | 73.57 | 185.24 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 45 | 175 | 0.48 | 0.74 | 0 | 0.31 | 261.23 | 0.59 | 0.43 |
| Hex | 5B | 2D | AF | 30 | 4A | 0 | 1F | 105 | 3B | 2B |
| Octal | 133 | 55 | 257 | 60 | 112 | 0 | 37 | 405 | 73 | 53 |
| Binary | 1011011 | 101101 | 10101111 | 110000 | 1001010 | 0 | 11111 | 100000101 | 111011 | 101011 |
Color Harmonies of #5B2DAF
Complementary color
Monochromatic Colors of #5B2DAF
Black with #5B2DAF
Text Example
Text Example
White with #5B2DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2DAF; }
p { color: rgb(91,45,175); }
H1.HeaderClassName
{
color: #5B2DAF;
}
.AnyTagClassName
{
color: #5B2DAF;
}
</style>
background-color css
<style>
a { background-color: #5B2DAF; }
a { background-color: rgb(91,45,175); }
div.DivClassName
{
background-color: #5B2DAF;
}
.BgClassName
{
background-color: #5B2DAF;
}
</style>
border-color css
<style>
span { border-color: #5B2DAF; }
span { border-color: rgb(91,45,175); }
td.TdClassName
{
border-color: #5B2DAF;
}
.TagClassName
{
border-color: #5B2DAF;
}
</style>