Shades of Purple Heart #5B1FAF
Tints of Purple Heart #5B1FAF
RGB
CMYK
RGB Variations
Color information
#5B1FAF (or 0x5B1FAF) is known color: Purple Heart. HEX triplet: 5B, 1F and AF. RGB value is (91,31,175). Sum of RGB (Red+Green+Blue) = 91+31+175=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B1FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1FAF is #A4E050. Grayscale: #404040. Windows color (decimal): -10805329 or 11476827. OLE color: 11476827.
HSL color Cylindrical-coordinate representation of color #5B1FAF: hue angle of 265º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1FAF is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 31 | 175 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.31 |
| HSL | 265º | 0.7% | 0.4% | - |
| HSV(B) | 265º | 0.82% | 0.69% | - |
| XYZ | 12.54 | 6.3 | 41.11 | - |
| YUV | 65.36 | 189.88 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 175 | 0.48 | 0.82 | 0 | 0.31 | 265 | 0.7 | 0.4 |
| Hex | 5B | 1F | AF | 30 | 52 | 0 | 1F | 109 | 46 | 28 |
| Octal | 133 | 37 | 257 | 60 | 122 | 0 | 37 | 411 | 106 | 50 |
| Binary | 1011011 | 11111 | 10101111 | 110000 | 1010010 | 0 | 11111 | 100001001 | 1000110 | 101000 |
Color Harmonies of #5B1FAF
Complementary color
Monochromatic Colors of #5B1FAF
Black with #5B1FAF
Text Example
Text Example
White with #5B1FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1FAF; }
p { color: rgb(91,31,175); }
H1.HeaderClassName
{
color: #5B1FAF;
}
.AnyTagClassName
{
color: #5B1FAF;
}
</style>
background-color css
<style>
a { background-color: #5B1FAF; }
a { background-color: rgb(91,31,175); }
div.DivClassName
{
background-color: #5B1FAF;
}
.BgClassName
{
background-color: #5B1FAF;
}
</style>
border-color css
<style>
span { border-color: #5B1FAF; }
span { border-color: rgb(91,31,175); }
td.TdClassName
{
border-color: #5B1FAF;
}
.TagClassName
{
border-color: #5B1FAF;
}
</style>