Shades of Purple Heart #3A1BBC
Tints of Purple Heart #3A1BBC
RGB
CMYK
RGB Variations
Color information
#3A1BBC (or 0x3A1BBC) is known color: Purple Heart. HEX triplet: 3A, 1B and BC. RGB value is (58,27,188). Sum of RGB (Red+Green+Blue) = 58+27+188=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A1BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1BBC is #C5E443. Grayscale: #363636. Windows color (decimal): -12969028 or 12327738. OLE color: 12327738.
HSL color Cylindrical-coordinate representation of color #3A1BBC: hue angle of 251.55º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1BBC is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 27 | 188 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.26 |
| HSL | 251.55º | 0.75% | 0.42% | - |
| HSV(B) | 251.55º | 0.86% | 0.74% | - |
| XYZ | 11.21 | 5.31 | 48.01 | - |
| YUV | 54.62 | 203.27 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 188 | 0.69 | 0.86 | 0 | 0.26 | 251.55 | 0.75 | 0.42 |
| Hex | 3A | 1B | BC | 45 | 56 | 0 | 1A | FC | 4B | 2A |
| Octal | 72 | 33 | 274 | 105 | 126 | 0 | 32 | 374 | 113 | 52 |
| Binary | 111010 | 11011 | 10111100 | 1000101 | 1010110 | 0 | 11010 | 11111100 | 1001011 | 101010 |
Color Harmonies of #3A1BBC
Complementary color
Monochromatic Colors of #3A1BBC
Black with #3A1BBC
Text Example
Text Example
White with #3A1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1BBC; }
p { color: rgb(58,27,188); }
H1.HeaderClassName
{
color: #3A1BBC;
}
.AnyTagClassName
{
color: #3A1BBC;
}
</style>
background-color css
<style>
a { background-color: #3A1BBC; }
a { background-color: rgb(58,27,188); }
div.DivClassName
{
background-color: #3A1BBC;
}
.BgClassName
{
background-color: #3A1BBC;
}
</style>
border-color css
<style>
span { border-color: #3A1BBC; }
span { border-color: rgb(58,27,188); }
td.TdClassName
{
border-color: #3A1BBC;
}
.TagClassName
{
border-color: #3A1BBC;
}
</style>