Shades of Purple Heart #3A0BB8
Tints of Purple Heart #3A0BB8
RGB
CMYK
RGB Variations
Color information
#3A0BB8 (or 0x3A0BB8) is known color: Purple Heart. HEX triplet: 3A, 0B and B8. RGB value is (58,11,184). Sum of RGB (Red+Green+Blue) = 58+11+184=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 184 (72.27% from 255 or 72.73% from 253); Max value from RGB is 184 - color contains mainly: blue. Hex color #3A0BB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0BB8 is #C5F447. Grayscale: #2C2C2C. Windows color (decimal): -12973128 or 12061498. OLE color: 12061498.
HSL color Cylindrical-coordinate representation of color #3A0BB8: hue angle of 256.3º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0BB8 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 58 | 11 | 184 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.28 |
| HSL | 256.3º | 0.89% | 0.38% | - |
| HSV(B) | 256.3º | 0.94% | 0.72% | - |
| XYZ | 10.52 | 4.6 | 45.68 | - |
| YUV | 44.78 | 206.57 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 184 | 0.68 | 0.94 | 0 | 0.28 | 256.3 | 0.89 | 0.38 |
| Hex | 3A | B | B8 | 44 | 5E | 0 | 1C | 100 | 59 | 26 |
| Octal | 72 | 13 | 270 | 104 | 136 | 0 | 34 | 400 | 131 | 46 |
| Binary | 111010 | 1011 | 10111000 | 1000100 | 1011110 | 0 | 11100 | 100000000 | 1011001 | 100110 |
Color Harmonies of #3A0BB8
Complementary color
Monochromatic Colors of #3A0BB8
Black with #3A0BB8
Text Example
Text Example
White with #3A0BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0BB8; }
p { color: rgb(58,11,184); }
H1.HeaderClassName
{
color: #3A0BB8;
}
.AnyTagClassName
{
color: #3A0BB8;
}
</style>
background-color css
<style>
a { background-color: #3A0BB8; }
a { background-color: rgb(58,11,184); }
div.DivClassName
{
background-color: #3A0BB8;
}
.BgClassName
{
background-color: #3A0BB8;
}
</style>
border-color css
<style>
span { border-color: #3A0BB8; }
span { border-color: rgb(58,11,184); }
td.TdClassName
{
border-color: #3A0BB8;
}
.TagClassName
{
border-color: #3A0BB8;
}
</style>