Shades of Purple Heart #3A00BF
Tints of Purple Heart #3A00BF
RGB
CMYK
RGB Variations
Color information
#3A00BF (or 0x3A00BF) is known color: Purple Heart. HEX triplet: 3A, 00 and BF. RGB value is (58,0,191). Sum of RGB (Red+Green+Blue) = 58+0+191=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 191 (75% from 255 or 76.71% from 249); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A00BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A00BF is #C5FF40. Grayscale: #262626. Windows color (decimal): -12975937 or 12517434. OLE color: 12517434.
HSL color Cylindrical-coordinate representation of color #3A00BF: hue angle of 258.22º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00BF is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 0 | 191 | - |
| CMYK | 0.70 | 1 | 0 | 0.25 |
| HSL | 258.22º | 1% | 0.37% | - |
| HSV(B) | 258.22º | 1% | 0.75% | - |
| XYZ | 11.15 | 4.66 | 49.6 | - |
| YUV | 39.12 | 213.72 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 191 | 0.70 | 1 | 0 | 0.25 | 258.22 | 1 | 0.37 |
| Hex | 3A | 0 | BF | 46 | 64 | 0 | 19 | 102 | 64 | 25 |
| Octal | 72 | 0 | 277 | 106 | 144 | 0 | 31 | 402 | 144 | 45 |
| Binary | 111010 | 0 | 10111111 | 1000110 | 1100100 | 0 | 11001 | 100000010 | 1100100 | 100101 |
Color Harmonies of #3A00BF
Complementary color
Monochromatic Colors of #3A00BF
Black with #3A00BF
Text Example
Text Example
White with #3A00BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00BF; }
p { color: rgb(58,0,191); }
H1.HeaderClassName
{
color: #3A00BF;
}
.AnyTagClassName
{
color: #3A00BF;
}
</style>
background-color css
<style>
a { background-color: #3A00BF; }
a { background-color: rgb(58,0,191); }
div.DivClassName
{
background-color: #3A00BF;
}
.BgClassName
{
background-color: #3A00BF;
}
</style>
border-color css
<style>
span { border-color: #3A00BF; }
span { border-color: rgb(58,0,191); }
td.TdClassName
{
border-color: #3A00BF;
}
.TagClassName
{
border-color: #3A00BF;
}
</style>