Shades of Purple Heart #4A00BC
Tints of Purple Heart #4A00BC
RGB
CMYK
RGB Variations
Color information
#4A00BC (or 0x4A00BC) is known color: Purple Heart. HEX triplet: 4A, 00 and BC. RGB value is (74,0,188). Sum of RGB (Red+Green+Blue) = 74+0+188=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A00BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A00BC is #B5FF43. Grayscale: #2A2A2A. Windows color (decimal): -11927364 or 12320842. OLE color: 12320842.
HSL color Cylindrical-coordinate representation of color #4A00BC: hue angle of 263.62º 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 #4A00BC is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 0 | 188 | - |
| CMYK | 0.61 | 1 | 0 | 0.26 |
| HSL | 263.62º | 1% | 0.37% | - |
| HSV(B) | 263.62º | 1% | 0.74% | - |
| XYZ | 11.9 | 5.09 | 47.93 | - |
| YUV | 43.56 | 209.52 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 188 | 0.61 | 1 | 0 | 0.26 | 263.62 | 1 | 0.37 |
| Hex | 4A | 0 | BC | 3D | 64 | 0 | 1A | 108 | 64 | 25 |
| Octal | 112 | 0 | 274 | 75 | 144 | 0 | 32 | 410 | 144 | 45 |
| Binary | 1001010 | 0 | 10111100 | 111101 | 1100100 | 0 | 11010 | 100001000 | 1100100 | 100101 |
Color Harmonies of #4A00BC
Complementary color
Monochromatic Colors of #4A00BC
Black with #4A00BC
Text Example
Text Example
White with #4A00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A00BC; }
p { color: rgb(74,0,188); }
H1.HeaderClassName
{
color: #4A00BC;
}
.AnyTagClassName
{
color: #4A00BC;
}
</style>
background-color css
<style>
a { background-color: #4A00BC; }
a { background-color: rgb(74,0,188); }
div.DivClassName
{
background-color: #4A00BC;
}
.BgClassName
{
background-color: #4A00BC;
}
</style>
border-color css
<style>
span { border-color: #4A00BC; }
span { border-color: rgb(74,0,188); }
td.TdClassName
{
border-color: #4A00BC;
}
.TagClassName
{
border-color: #4A00BC;
}
</style>