Shades of Purple Heart #3A0BBB
Tints of Purple Heart #3A0BBB
RGB
CMYK
RGB Variations
Color information
#3A0BBB (or 0x3A0BBB) is known color: Purple Heart. HEX triplet: 3A, 0B and BB. RGB value is (58,11,187). Sum of RGB (Red+Green+Blue) = 58+11+187=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A0BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0BBB is #C5F444. Grayscale: #2C2C2C. Windows color (decimal): -12973125 or 12258106. OLE color: 12258106.
HSL color Cylindrical-coordinate representation of color #3A0BBB: hue angle of 256.02º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0BBB is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 11 | 187 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.27 |
| HSL | 256.02º | 0.89% | 0.39% | - |
| HSV(B) | 256.02º | 0.94% | 0.73% | - |
| XYZ | 10.83 | 4.73 | 47.36 | - |
| YUV | 45.12 | 208.07 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 187 | 0.69 | 0.94 | 0 | 0.27 | 256.02 | 0.89 | 0.39 |
| Hex | 3A | B | BB | 45 | 5E | 0 | 1B | 100 | 59 | 27 |
| Octal | 72 | 13 | 273 | 105 | 136 | 0 | 33 | 400 | 131 | 47 |
| Binary | 111010 | 1011 | 10111011 | 1000101 | 1011110 | 0 | 11011 | 100000000 | 1011001 | 100111 |
Color Harmonies of #3A0BBB
Complementary color
Monochromatic Colors of #3A0BBB
Black with #3A0BBB
Text Example
Text Example
White with #3A0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0BBB; }
p { color: rgb(58,11,187); }
H1.HeaderClassName
{
color: #3A0BBB;
}
.AnyTagClassName
{
color: #3A0BBB;
}
</style>
background-color css
<style>
a { background-color: #3A0BBB; }
a { background-color: rgb(58,11,187); }
div.DivClassName
{
background-color: #3A0BBB;
}
.BgClassName
{
background-color: #3A0BBB;
}
</style>
border-color css
<style>
span { border-color: #3A0BBB; }
span { border-color: rgb(58,11,187); }
td.TdClassName
{
border-color: #3A0BBB;
}
.TagClassName
{
border-color: #3A0BBB;
}
</style>