Shades of Purple Heart #5B01C2
Tints of Purple Heart #5B01C2
RGB
CMYK
RGB Variations
Color information
#5B01C2 (or 0x5B01C2) is known color: Purple Heart. HEX triplet: 5B, 01 and C2. RGB value is (91,1,194). Sum of RGB (Red+Green+Blue) = 91+1+194=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 194 (76.17% from 255 or 67.83% from 286); Max value from RGB is 194 - color contains mainly: blue. Hex color #5B01C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B01C2 is #A4FE3D. Grayscale: #313131. Windows color (decimal): -10812990 or 12714331. OLE color: 12714331.
HSL color Cylindrical-coordinate representation of color #5B01C2: hue angle of 267.98º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B01C2 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 1 | 194 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.24 |
| HSL | 267.98º | 0.99% | 0.38% | - |
| HSV(B) | 267.98º | 0.99% | 0.76% | - |
| XYZ | 14.06 | 6.14 | 51.48 | - |
| YUV | 49.91 | 209.32 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 194 | 0.53 | 0.99 | 0 | 0.24 | 267.98 | 0.99 | 0.38 |
| Hex | 5B | 1 | C2 | 35 | 63 | 0 | 18 | 10C | 63 | 26 |
| Octal | 133 | 1 | 302 | 65 | 143 | 0 | 30 | 414 | 143 | 46 |
| Binary | 1011011 | 1 | 11000010 | 110101 | 1100011 | 0 | 11000 | 100001100 | 1100011 | 100110 |
Color Harmonies of #5B01C2
Complementary color
Monochromatic Colors of #5B01C2
Black with #5B01C2
Text Example
Text Example
White with #5B01C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B01C2; }
p { color: rgb(91,1,194); }
H1.HeaderClassName
{
color: #5B01C2;
}
.AnyTagClassName
{
color: #5B01C2;
}
</style>
background-color css
<style>
a { background-color: #5B01C2; }
a { background-color: rgb(91,1,194); }
div.DivClassName
{
background-color: #5B01C2;
}
.BgClassName
{
background-color: #5B01C2;
}
</style>
border-color css
<style>
span { border-color: #5B01C2; }
span { border-color: rgb(91,1,194); }
td.TdClassName
{
border-color: #5B01C2;
}
.TagClassName
{
border-color: #5B01C2;
}
</style>