Shades of Purple Heart #5B42C1
Tints of Purple Heart #5B42C1
RGB
CMYK
RGB Variations
Color information
#5B42C1 (or 0x5B42C1) is known color: Purple Heart. HEX triplet: 5B, 42 and C1. RGB value is (91,66,193). Sum of RGB (Red+Green+Blue) = 91+66+193=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B42C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B42C1 is #A4BD3E. Grayscale: #575757. Windows color (decimal): -10796351 or 12665435. OLE color: 12665435.
HSL color Cylindrical-coordinate representation of color #5B42C1: hue angle of 251.81º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B42C1 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 66 | 193 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.24 |
| HSL | 251.81º | 0.51% | 0.51% | - |
| HSV(B) | 251.81º | 0.66% | 0.76% | - |
| XYZ | 15.89 | 9.97 | 51.54 | - |
| YUV | 87.95 | 187.28 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 193 | 0.53 | 0.66 | 0 | 0.24 | 251.81 | 0.51 | 0.51 |
| Hex | 5B | 42 | C1 | 35 | 42 | 0 | 18 | FC | 33 | 33 |
| Octal | 133 | 102 | 301 | 65 | 102 | 0 | 30 | 374 | 63 | 63 |
| Binary | 1011011 | 1000010 | 11000001 | 110101 | 1000010 | 0 | 11000 | 11111100 | 110011 | 110011 |
Color Harmonies of #5B42C1
Complementary color
Monochromatic Colors of #5B42C1
Black with #5B42C1
Text Example
Text Example
White with #5B42C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B42C1; }
p { color: rgb(91,66,193); }
H1.HeaderClassName
{
color: #5B42C1;
}
.AnyTagClassName
{
color: #5B42C1;
}
</style>
background-color css
<style>
a { background-color: #5B42C1; }
a { background-color: rgb(91,66,193); }
div.DivClassName
{
background-color: #5B42C1;
}
.BgClassName
{
background-color: #5B42C1;
}
</style>
border-color css
<style>
span { border-color: #5B42C1; }
span { border-color: rgb(91,66,193); }
td.TdClassName
{
border-color: #5B42C1;
}
.TagClassName
{
border-color: #5B42C1;
}
</style>