Shades of Purple Heart #3A00BC
Tints of Purple Heart #3A00BC
RGB
CMYK
RGB Variations
Color information
#3A00BC (or 0x3A00BC) is known color: Purple Heart. HEX triplet: 3A, 00 and BC. RGB value is (58,0,188). Sum of RGB (Red+Green+Blue) = 58+0+188=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A00BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A00BC is #C5FF43. Grayscale: #262626. Windows color (decimal): -12975940 or 12320826. OLE color: 12320826.
HSL color Cylindrical-coordinate representation of color #3A00BC: hue angle of 258.51º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00BC is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 0 | 188 | - |
| CMYK | 0.69 | 1 | 0 | 0.26 |
| HSL | 258.51º | 1% | 0.37% | - |
| HSV(B) | 258.51º | 1% | 0.74% | - |
| XYZ | 10.82 | 4.53 | 47.88 | - |
| YUV | 38.77 | 212.22 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 188 | 0.69 | 1 | 0 | 0.26 | 258.51 | 1 | 0.37 |
| Hex | 3A | 0 | BC | 45 | 64 | 0 | 1A | 103 | 64 | 25 |
| Octal | 72 | 0 | 274 | 105 | 144 | 0 | 32 | 403 | 144 | 45 |
| Binary | 111010 | 0 | 10111100 | 1000101 | 1100100 | 0 | 11010 | 100000011 | 1100100 | 100101 |
Color Harmonies of #3A00BC
Complementary color
Monochromatic Colors of #3A00BC
Black with #3A00BC
Text Example
Text Example
White with #3A00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00BC; }
p { color: rgb(58,0,188); }
H1.HeaderClassName
{
color: #3A00BC;
}
.AnyTagClassName
{
color: #3A00BC;
}
</style>
background-color css
<style>
a { background-color: #3A00BC; }
a { background-color: rgb(58,0,188); }
div.DivClassName
{
background-color: #3A00BC;
}
.BgClassName
{
background-color: #3A00BC;
}
</style>
border-color css
<style>
span { border-color: #3A00BC; }
span { border-color: rgb(58,0,188); }
td.TdClassName
{
border-color: #3A00BC;
}
.TagClassName
{
border-color: #3A00BC;
}
</style>