Shades of Purple Heart #3A0ABF
Tints of Purple Heart #3A0ABF
RGB
CMYK
RGB Variations
Color information
#3A0ABF (or 0x3A0ABF) is known color: Purple Heart. HEX triplet: 3A, 0A and BF. RGB value is (58,10,191). Sum of RGB (Red+Green+Blue) = 58+10+191=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 191 (75% from 255 or 73.75% from 259); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A0ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0ABF is #C5F540. Grayscale: #2C2C2C. Windows color (decimal): -12973377 or 12519994. OLE color: 12519994.
HSL color Cylindrical-coordinate representation of color #3A0ABF: hue angle of 255.91º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0ABF is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 10 | 191 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.25 |
| HSL | 255.91º | 0.9% | 0.39% | - |
| HSV(B) | 255.91º | 0.95% | 0.75% | - |
| XYZ | 11.26 | 4.88 | 49.64 | - |
| YUV | 44.99 | 210.4 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 191 | 0.70 | 0.95 | 0 | 0.25 | 255.91 | 0.9 | 0.39 |
| Hex | 3A | A | BF | 46 | 5F | 0 | 19 | 100 | 5A | 27 |
| Octal | 72 | 12 | 277 | 106 | 137 | 0 | 31 | 400 | 132 | 47 |
| Binary | 111010 | 1010 | 10111111 | 1000110 | 1011111 | 0 | 11001 | 100000000 | 1011010 | 100111 |
Color Harmonies of #3A0ABF
Complementary color
Monochromatic Colors of #3A0ABF
Black with #3A0ABF
Text Example
Text Example
White with #3A0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0ABF; }
p { color: rgb(58,10,191); }
H1.HeaderClassName
{
color: #3A0ABF;
}
.AnyTagClassName
{
color: #3A0ABF;
}
</style>
background-color css
<style>
a { background-color: #3A0ABF; }
a { background-color: rgb(58,10,191); }
div.DivClassName
{
background-color: #3A0ABF;
}
.BgClassName
{
background-color: #3A0ABF;
}
</style>
border-color css
<style>
span { border-color: #3A0ABF; }
span { border-color: rgb(58,10,191); }
td.TdClassName
{
border-color: #3A0ABF;
}
.TagClassName
{
border-color: #3A0ABF;
}
</style>