Shades of Purple Heart #4A08BC
Tints of Purple Heart #4A08BC
RGB
CMYK
RGB Variations
Color information
#4A08BC (or 0x4A08BC) is known color: Purple Heart. HEX triplet: 4A, 08 and BC. RGB value is (74,8,188). Sum of RGB (Red+Green+Blue) = 74+8+188=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A08BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A08BC is #B5F743. Grayscale: #2F2F2F. Windows color (decimal): -11925316 or 12322890. OLE color: 12322890.
HSL color Cylindrical-coordinate representation of color #4A08BC: hue angle of 262º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A08BC is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 8 | 188 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.26 |
| HSL | 262º | 0.92% | 0.38% | - |
| HSV(B) | 262º | 0.96% | 0.74% | - |
| XYZ | 11.99 | 5.26 | 47.96 | - |
| YUV | 48.25 | 206.87 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 188 | 0.61 | 0.96 | 0 | 0.26 | 262 | 0.92 | 0.38 |
| Hex | 4A | 8 | BC | 3D | 60 | 0 | 1A | 106 | 5C | 26 |
| Octal | 112 | 10 | 274 | 75 | 140 | 0 | 32 | 406 | 134 | 46 |
| Binary | 1001010 | 1000 | 10111100 | 111101 | 1100000 | 0 | 11010 | 100000110 | 1011100 | 100110 |
Color Harmonies of #4A08BC
Complementary color
Monochromatic Colors of #4A08BC
Black with #4A08BC
Text Example
Text Example
White with #4A08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A08BC; }
p { color: rgb(74,8,188); }
H1.HeaderClassName
{
color: #4A08BC;
}
.AnyTagClassName
{
color: #4A08BC;
}
</style>
background-color css
<style>
a { background-color: #4A08BC; }
a { background-color: rgb(74,8,188); }
div.DivClassName
{
background-color: #4A08BC;
}
.BgClassName
{
background-color: #4A08BC;
}
</style>
border-color css
<style>
span { border-color: #4A08BC; }
span { border-color: rgb(74,8,188); }
td.TdClassName
{
border-color: #4A08BC;
}
.TagClassName
{
border-color: #4A08BC;
}
</style>