Shades of Purple Heart #3A05B9
Tints of Purple Heart #3A05B9
RGB
CMYK
RGB Variations
Color information
#3A05B9 (or 0x3A05B9) is known color: Purple Heart. HEX triplet: 3A, 05 and B9. RGB value is (58,5,185). Sum of RGB (Red+Green+Blue) = 58+5+185=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 185 (72.66% from 255 or 74.60% from 248); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A05B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A05B9 is #C5FA46. Grayscale: #282828. Windows color (decimal): -12974663 or 12125498. OLE color: 12125498.
HSL color Cylindrical-coordinate representation of color #3A05B9: hue angle of 257.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A05B9 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 5 | 185 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.27 |
| HSL | 257.67º | 0.95% | 0.37% | - |
| HSV(B) | 257.67º | 0.97% | 0.73% | - |
| XYZ | 10.56 | 4.51 | 46.21 | - |
| YUV | 41.37 | 209.06 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 185 | 0.69 | 0.97 | 0 | 0.27 | 257.67 | 0.95 | 0.37 |
| Hex | 3A | 5 | B9 | 45 | 61 | 0 | 1B | 102 | 5F | 25 |
| Octal | 72 | 5 | 271 | 105 | 141 | 0 | 33 | 402 | 137 | 45 |
| Binary | 111010 | 101 | 10111001 | 1000101 | 1100001 | 0 | 11011 | 100000010 | 1011111 | 100101 |
Color Harmonies of #3A05B9
Complementary color
Monochromatic Colors of #3A05B9
Black with #3A05B9
Text Example
Text Example
White with #3A05B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A05B9; }
p { color: rgb(58,5,185); }
H1.HeaderClassName
{
color: #3A05B9;
}
.AnyTagClassName
{
color: #3A05B9;
}
</style>
background-color css
<style>
a { background-color: #3A05B9; }
a { background-color: rgb(58,5,185); }
div.DivClassName
{
background-color: #3A05B9;
}
.BgClassName
{
background-color: #3A05B9;
}
</style>
border-color css
<style>
span { border-color: #3A05B9; }
span { border-color: rgb(58,5,185); }
td.TdClassName
{
border-color: #3A05B9;
}
.TagClassName
{
border-color: #3A05B9;
}
</style>