Shades of Purple Heart #4A11BB
Tints of Purple Heart #4A11BB
RGB
CMYK
RGB Variations
Color information
#4A11BB (or 0x4A11BB) is known color: Purple Heart. HEX triplet: 4A, 11 and BB. RGB value is (74,17,187). Sum of RGB (Red+Green+Blue) = 74+17+187=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A11BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A11BB is #B5EE44. Grayscale: #343434. Windows color (decimal): -11923013 or 12259658. OLE color: 12259658.
HSL color Cylindrical-coordinate representation of color #4A11BB: hue angle of 260.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A11BB is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 17 | 187 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.27 |
| HSL | 260.12º | 0.83% | 0.4% | - |
| HSV(B) | 260.12º | 0.91% | 0.73% | - |
| XYZ | 11.99 | 5.44 | 47.43 | - |
| YUV | 53.42 | 203.38 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 187 | 0.60 | 0.91 | 0 | 0.27 | 260.12 | 0.83 | 0.4 |
| Hex | 4A | 11 | BB | 3C | 5B | 0 | 1B | 104 | 53 | 28 |
| Octal | 112 | 21 | 273 | 74 | 133 | 0 | 33 | 404 | 123 | 50 |
| Binary | 1001010 | 10001 | 10111011 | 111100 | 1011011 | 0 | 11011 | 100000100 | 1010011 | 101000 |
Color Harmonies of #4A11BB
Complementary color
Monochromatic Colors of #4A11BB
Black with #4A11BB
Text Example
Text Example
White with #4A11BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A11BB; }
p { color: rgb(74,17,187); }
H1.HeaderClassName
{
color: #4A11BB;
}
.AnyTagClassName
{
color: #4A11BB;
}
</style>
background-color css
<style>
a { background-color: #4A11BB; }
a { background-color: rgb(74,17,187); }
div.DivClassName
{
background-color: #4A11BB;
}
.BgClassName
{
background-color: #4A11BB;
}
</style>
border-color css
<style>
span { border-color: #4A11BB; }
span { border-color: rgb(74,17,187); }
td.TdClassName
{
border-color: #4A11BB;
}
.TagClassName
{
border-color: #4A11BB;
}
</style>