Shades of Purple Heart #3A00BB
Tints of Purple Heart #3A00BB
RGB
CMYK
RGB Variations
Color information
#3A00BB (or 0x3A00BB) is known color: Purple Heart. HEX triplet: 3A, 00 and BB. RGB value is (58,0,187). Sum of RGB (Red+Green+Blue) = 58+0+187=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A00BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A00BB is #C5FF44. Grayscale: #252525. Windows color (decimal): -12975941 or 12255290. OLE color: 12255290.
HSL color Cylindrical-coordinate representation of color #3A00BB: hue angle of 258.61º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00BB is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 0 | 187 | - |
| CMYK | 0.69 | 1 | 0 | 0.27 |
| HSL | 258.61º | 1% | 0.37% | - |
| HSV(B) | 258.61º | 1% | 0.73% | - |
| XYZ | 10.71 | 4.49 | 47.32 | - |
| YUV | 38.66 | 211.72 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 187 | 0.69 | 1 | 0 | 0.27 | 258.61 | 1 | 0.37 |
| Hex | 3A | 0 | BB | 45 | 64 | 0 | 1B | 103 | 64 | 25 |
| Octal | 72 | 0 | 273 | 105 | 144 | 0 | 33 | 403 | 144 | 45 |
| Binary | 111010 | 0 | 10111011 | 1000101 | 1100100 | 0 | 11011 | 100000011 | 1100100 | 100101 |
Color Harmonies of #3A00BB
Complementary color
Monochromatic Colors of #3A00BB
Black with #3A00BB
Text Example
Text Example
White with #3A00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00BB; }
p { color: rgb(58,0,187); }
H1.HeaderClassName
{
color: #3A00BB;
}
.AnyTagClassName
{
color: #3A00BB;
}
</style>
background-color css
<style>
a { background-color: #3A00BB; }
a { background-color: rgb(58,0,187); }
div.DivClassName
{
background-color: #3A00BB;
}
.BgClassName
{
background-color: #3A00BB;
}
</style>
border-color css
<style>
span { border-color: #3A00BB; }
span { border-color: rgb(58,0,187); }
td.TdClassName
{
border-color: #3A00BB;
}
.TagClassName
{
border-color: #3A00BB;
}
</style>