Shades of Purple Heart #3A05BC
Tints of Purple Heart #3A05BC
RGB
CMYK
RGB Variations
Color information
#3A05BC (or 0x3A05BC) is known color: Purple Heart. HEX triplet: 3A, 05 and BC. RGB value is (58,5,188). Sum of RGB (Red+Green+Blue) = 58+5+188=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A05BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A05BC is #C5FA43. Grayscale: #292929. Windows color (decimal): -12974660 or 12322106. OLE color: 12322106.
HSL color Cylindrical-coordinate representation of color #3A05BC: hue angle of 257.38º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A05BC is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 5 | 188 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.26 |
| HSL | 257.38º | 0.95% | 0.38% | - |
| HSV(B) | 257.38º | 0.97% | 0.74% | - |
| XYZ | 10.88 | 4.64 | 47.9 | - |
| YUV | 41.71 | 210.56 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 188 | 0.69 | 0.97 | 0 | 0.26 | 257.38 | 0.95 | 0.38 |
| Hex | 3A | 5 | BC | 45 | 61 | 0 | 1A | 101 | 5F | 26 |
| Octal | 72 | 5 | 274 | 105 | 141 | 0 | 32 | 401 | 137 | 46 |
| Binary | 111010 | 101 | 10111100 | 1000101 | 1100001 | 0 | 11010 | 100000001 | 1011111 | 100110 |
Color Harmonies of #3A05BC
Complementary color
Monochromatic Colors of #3A05BC
Black with #3A05BC
Text Example
Text Example
White with #3A05BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A05BC; }
p { color: rgb(58,5,188); }
H1.HeaderClassName
{
color: #3A05BC;
}
.AnyTagClassName
{
color: #3A05BC;
}
</style>
background-color css
<style>
a { background-color: #3A05BC; }
a { background-color: rgb(58,5,188); }
div.DivClassName
{
background-color: #3A05BC;
}
.BgClassName
{
background-color: #3A05BC;
}
</style>
border-color css
<style>
span { border-color: #3A05BC; }
span { border-color: rgb(58,5,188); }
td.TdClassName
{
border-color: #3A05BC;
}
.TagClassName
{
border-color: #3A05BC;
}
</style>