Shades of Purple Heart #3B1CB6
Tints of Purple Heart #3B1CB6
RGB
CMYK
RGB Variations
Color information
#3B1CB6 (or 0x3B1CB6) is known color: Purple Heart. HEX triplet: 3B, 1C and B6. RGB value is (59,28,182). Sum of RGB (Red+Green+Blue) = 59+28+182=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 182 (71.48% from 255 or 67.66% from 269); Max value from RGB is 182 - color contains mainly: blue. Hex color #3B1CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1CB6 is #C4E349. Grayscale: #363636. Windows color (decimal): -12903242 or 11934779. OLE color: 11934779.
HSL color Cylindrical-coordinate representation of color #3B1CB6: hue angle of 252.08º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B1CB6 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 28 | 182 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.29 |
| HSL | 252.08º | 0.73% | 0.41% | - |
| HSV(B) | 252.08º | 0.85% | 0.71% | - |
| XYZ | 10.66 | 5.14 | 44.69 | - |
| YUV | 54.83 | 199.77 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 28 | 182 | 0.68 | 0.85 | 0 | 0.29 | 252.08 | 0.73 | 0.41 |
| Hex | 3B | 1C | B6 | 44 | 55 | 0 | 1D | FC | 49 | 29 |
| Octal | 73 | 34 | 266 | 104 | 125 | 0 | 35 | 374 | 111 | 51 |
| Binary | 111011 | 11100 | 10110110 | 1000100 | 1010101 | 0 | 11101 | 11111100 | 1001001 | 101001 |
Color Harmonies of #3B1CB6
Complementary color
Monochromatic Colors of #3B1CB6
Black with #3B1CB6
Text Example
Text Example
White with #3B1CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1CB6; }
p { color: rgb(59,28,182); }
H1.HeaderClassName
{
color: #3B1CB6;
}
.AnyTagClassName
{
color: #3B1CB6;
}
</style>
background-color css
<style>
a { background-color: #3B1CB6; }
a { background-color: rgb(59,28,182); }
div.DivClassName
{
background-color: #3B1CB6;
}
.BgClassName
{
background-color: #3B1CB6;
}
</style>
border-color css
<style>
span { border-color: #3B1CB6; }
span { border-color: rgb(59,28,182); }
td.TdClassName
{
border-color: #3B1CB6;
}
.TagClassName
{
border-color: #3B1CB6;
}
</style>