Shades of Purple Heart #3A0FB9
Tints of Purple Heart #3A0FB9
RGB
CMYK
RGB Variations
Color information
#3A0FB9 (or 0x3A0FB9) is known color: Purple Heart. HEX triplet: 3A, 0F and B9. RGB value is (58,15,185). Sum of RGB (Red+Green+Blue) = 58+15+185=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 185 (72.66% from 255 or 71.71% from 258); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A0FB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0FB9 is #C5F046. Grayscale: #2E2E2E. Windows color (decimal): -12972103 or 12128058. OLE color: 12128058.
HSL color Cylindrical-coordinate representation of color #3A0FB9: hue angle of 255.18º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0FB9 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 15 | 185 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.27 |
| HSL | 255.18º | 0.85% | 0.39% | - |
| HSV(B) | 255.18º | 0.92% | 0.73% | - |
| XYZ | 10.67 | 4.74 | 46.25 | - |
| YUV | 47.24 | 205.75 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 185 | 0.69 | 0.92 | 0 | 0.27 | 255.18 | 0.85 | 0.39 |
| Hex | 3A | F | B9 | 45 | 5C | 0 | 1B | FF | 55 | 27 |
| Octal | 72 | 17 | 271 | 105 | 134 | 0 | 33 | 377 | 125 | 47 |
| Binary | 111010 | 1111 | 10111001 | 1000101 | 1011100 | 0 | 11011 | 11111111 | 1010101 | 100111 |
Color Harmonies of #3A0FB9
Complementary color
Monochromatic Colors of #3A0FB9
Black with #3A0FB9
Text Example
Text Example
White with #3A0FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0FB9; }
p { color: rgb(58,15,185); }
H1.HeaderClassName
{
color: #3A0FB9;
}
.AnyTagClassName
{
color: #3A0FB9;
}
</style>
background-color css
<style>
a { background-color: #3A0FB9; }
a { background-color: rgb(58,15,185); }
div.DivClassName
{
background-color: #3A0FB9;
}
.BgClassName
{
background-color: #3A0FB9;
}
</style>
border-color css
<style>
span { border-color: #3A0FB9; }
span { border-color: rgb(58,15,185); }
td.TdClassName
{
border-color: #3A0FB9;
}
.TagClassName
{
border-color: #3A0FB9;
}
</style>