Shades of Purple Heart #4A09AF
Tints of Purple Heart #4A09AF
RGB
CMYK
RGB Variations
Color information
#4A09AF (or 0x4A09AF) is known color: Purple Heart. HEX triplet: 4A, 09 and AF. RGB value is (74,9,175). Sum of RGB (Red+Green+Blue) = 74+9+175=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A09AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A09AF is #B5F650. Grayscale: #2E2E2E. Windows color (decimal): -11925073 or 11471178. OLE color: 11471178.
HSL color Cylindrical-coordinate representation of color #4A09AF: hue angle of 263.49º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A09AF is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 9 | 175 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.31 |
| HSL | 263.49º | 0.9% | 0.36% | - |
| HSV(B) | 263.49º | 0.95% | 0.69% | - |
| XYZ | 10.66 | 4.75 | 40.91 | - |
| YUV | 47.36 | 200.03 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 175 | 0.58 | 0.95 | 0 | 0.31 | 263.49 | 0.9 | 0.36 |
| Hex | 4A | 9 | AF | 3A | 5F | 0 | 1F | 107 | 5A | 24 |
| Octal | 112 | 11 | 257 | 72 | 137 | 0 | 37 | 407 | 132 | 44 |
| Binary | 1001010 | 1001 | 10101111 | 111010 | 1011111 | 0 | 11111 | 100000111 | 1011010 | 100100 |
Color Harmonies of #4A09AF
Complementary color
Monochromatic Colors of #4A09AF
Black with #4A09AF
Text Example
Text Example
White with #4A09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A09AF; }
p { color: rgb(74,9,175); }
H1.HeaderClassName
{
color: #4A09AF;
}
.AnyTagClassName
{
color: #4A09AF;
}
</style>
background-color css
<style>
a { background-color: #4A09AF; }
a { background-color: rgb(74,9,175); }
div.DivClassName
{
background-color: #4A09AF;
}
.BgClassName
{
background-color: #4A09AF;
}
</style>
border-color css
<style>
span { border-color: #4A09AF; }
span { border-color: rgb(74,9,175); }
td.TdClassName
{
border-color: #4A09AF;
}
.TagClassName
{
border-color: #4A09AF;
}
</style>