Shades of Purple Heart #3A01BC
Tints of Purple Heart #3A01BC
RGB
CMYK
RGB Variations
Color information
#3A01BC (or 0x3A01BC) is known color: Purple Heart. HEX triplet: 3A, 01 and BC. RGB value is (58,1,188). Sum of RGB (Red+Green+Blue) = 58+1+188=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 188 (73.83% from 255 or 76.11% from 247); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A01BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A01BC is #C5FE43. Grayscale: #262626. Windows color (decimal): -12975684 or 12321082. OLE color: 12321082.
HSL color Cylindrical-coordinate representation of color #3A01BC: hue angle of 258.29º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A01BC is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 1 | 188 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.26 |
| HSL | 258.29º | 0.99% | 0.37% | - |
| HSV(B) | 258.29º | 0.99% | 0.74% | - |
| XYZ | 10.83 | 4.55 | 47.88 | - |
| YUV | 39.36 | 211.88 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 188 | 0.69 | 0.99 | 0 | 0.26 | 258.29 | 0.99 | 0.37 |
| Hex | 3A | 1 | BC | 45 | 63 | 0 | 1A | 102 | 63 | 25 |
| Octal | 72 | 1 | 274 | 105 | 143 | 0 | 32 | 402 | 143 | 45 |
| Binary | 111010 | 1 | 10111100 | 1000101 | 1100011 | 0 | 11010 | 100000010 | 1100011 | 100101 |
Color Harmonies of #3A01BC
Complementary color
Monochromatic Colors of #3A01BC
Black with #3A01BC
Text Example
Text Example
White with #3A01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A01BC; }
p { color: rgb(58,1,188); }
H1.HeaderClassName
{
color: #3A01BC;
}
.AnyTagClassName
{
color: #3A01BC;
}
</style>
background-color css
<style>
a { background-color: #3A01BC; }
a { background-color: rgb(58,1,188); }
div.DivClassName
{
background-color: #3A01BC;
}
.BgClassName
{
background-color: #3A01BC;
}
</style>
border-color css
<style>
span { border-color: #3A01BC; }
span { border-color: rgb(58,1,188); }
td.TdClassName
{
border-color: #3A01BC;
}
.TagClassName
{
border-color: #3A01BC;
}
</style>