Shades of Purple Heart #5B3FC2
Tints of Purple Heart #5B3FC2
RGB
CMYK
RGB Variations
Color information
#5B3FC2 (or 0x5B3FC2) is known color: Purple Heart. HEX triplet: 5B, 3F and C2. RGB value is (91,63,194). Sum of RGB (Red+Green+Blue) = 91+63+194=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 194 (76.17% from 255 or 55.75% from 348); Max value from RGB is 194 - color contains mainly: blue. Hex color #5B3FC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3FC2 is #A4C03D. Grayscale: #555555. Windows color (decimal): -10797118 or 12730203. OLE color: 12730203.
HSL color Cylindrical-coordinate representation of color #5B3FC2: hue angle of 252.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B3FC2 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 63 | 194 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.24 |
| HSL | 252.82º | 0.52% | 0.5% | - |
| HSV(B) | 252.82º | 0.68% | 0.76% | - |
| XYZ | 15.83 | 9.67 | 52.07 | - |
| YUV | 86.31 | 188.78 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 194 | 0.53 | 0.68 | 0 | 0.24 | 252.82 | 0.52 | 0.5 |
| Hex | 5B | 3F | C2 | 35 | 44 | 0 | 18 | FD | 34 | 32 |
| Octal | 133 | 77 | 302 | 65 | 104 | 0 | 30 | 375 | 64 | 62 |
| Binary | 1011011 | 111111 | 11000010 | 110101 | 1000100 | 0 | 11000 | 11111101 | 110100 | 110010 |
Color Harmonies of #5B3FC2
Complementary color
Monochromatic Colors of #5B3FC2
Black with #5B3FC2
Text Example
Text Example
White with #5B3FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3FC2; }
p { color: rgb(91,63,194); }
H1.HeaderClassName
{
color: #5B3FC2;
}
.AnyTagClassName
{
color: #5B3FC2;
}
</style>
background-color css
<style>
a { background-color: #5B3FC2; }
a { background-color: rgb(91,63,194); }
div.DivClassName
{
background-color: #5B3FC2;
}
.BgClassName
{
background-color: #5B3FC2;
}
</style>
border-color css
<style>
span { border-color: #5B3FC2; }
span { border-color: rgb(91,63,194); }
td.TdClassName
{
border-color: #5B3FC2;
}
.TagClassName
{
border-color: #5B3FC2;
}
</style>