Shades of Purple Heart #5B1FC4
Tints of Purple Heart #5B1FC4
RGB
CMYK
RGB Variations
Color information
#5B1FC4 (or 0x5B1FC4) is known color: Purple Heart. HEX triplet: 5B, 1F and C4. RGB value is (91,31,196). Sum of RGB (Red+Green+Blue) = 91+31+196=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 196 (76.95% from 255 or 61.64% from 318); Max value from RGB is 196 - color contains mainly: blue. Hex color #5B1FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1FC4 is #A4E03B. Grayscale: #434343. Windows color (decimal): -10805308 or 12853083. OLE color: 12853083.
HSL color Cylindrical-coordinate representation of color #5B1FC4: hue angle of 261.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B1FC4 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 31 | 196 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.23 |
| HSL | 261.82º | 0.73% | 0.45% | - |
| HSV(B) | 261.82º | 0.84% | 0.77% | - |
| XYZ | 14.77 | 7.19 | 52.83 | - |
| YUV | 67.75 | 200.38 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 196 | 0.54 | 0.84 | 0 | 0.23 | 261.82 | 0.73 | 0.45 |
| Hex | 5B | 1F | C4 | 36 | 54 | 0 | 17 | 106 | 49 | 2D |
| Octal | 133 | 37 | 304 | 66 | 124 | 0 | 27 | 406 | 111 | 55 |
| Binary | 1011011 | 11111 | 11000100 | 110110 | 1010100 | 0 | 10111 | 100000110 | 1001001 | 101101 |
Color Harmonies of #5B1FC4
Complementary color
Monochromatic Colors of #5B1FC4
Black with #5B1FC4
Text Example
Text Example
White with #5B1FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1FC4; }
p { color: rgb(91,31,196); }
H1.HeaderClassName
{
color: #5B1FC4;
}
.AnyTagClassName
{
color: #5B1FC4;
}
</style>
background-color css
<style>
a { background-color: #5B1FC4; }
a { background-color: rgb(91,31,196); }
div.DivClassName
{
background-color: #5B1FC4;
}
.BgClassName
{
background-color: #5B1FC4;
}
</style>
border-color css
<style>
span { border-color: #5B1FC4; }
span { border-color: rgb(91,31,196); }
td.TdClassName
{
border-color: #5B1FC4;
}
.TagClassName
{
border-color: #5B1FC4;
}
</style>