Shades of Purple Heart #4A0BBE
Tints of Purple Heart #4A0BBE
RGB
CMYK
RGB Variations
Color information
#4A0BBE (or 0x4A0BBE) is known color: Purple Heart. HEX triplet: 4A, 0B and BE. RGB value is (74,11,190). Sum of RGB (Red+Green+Blue) = 74+11+190=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A0BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0BBE is #B5F441. Grayscale: #313131. Windows color (decimal): -11924546 or 12454730. OLE color: 12454730.
HSL color Cylindrical-coordinate representation of color #4A0BBE: hue angle of 261.12º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0BBE is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 11 | 190 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.25 |
| HSL | 261.12º | 0.89% | 0.39% | - |
| HSV(B) | 261.12º | 0.94% | 0.75% | - |
| XYZ | 12.24 | 5.41 | 49.11 | - |
| YUV | 50.24 | 206.87 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 11 | 190 | 0.61 | 0.94 | 0 | 0.25 | 261.12 | 0.89 | 0.39 |
| Hex | 4A | B | BE | 3D | 5E | 0 | 19 | 105 | 59 | 27 |
| Octal | 112 | 13 | 276 | 75 | 136 | 0 | 31 | 405 | 131 | 47 |
| Binary | 1001010 | 1011 | 10111110 | 111101 | 1011110 | 0 | 11001 | 100000101 | 1011001 | 100111 |
Color Harmonies of #4A0BBE
Complementary color
Monochromatic Colors of #4A0BBE
Black with #4A0BBE
Text Example
Text Example
White with #4A0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0BBE; }
p { color: rgb(74,11,190); }
H1.HeaderClassName
{
color: #4A0BBE;
}
.AnyTagClassName
{
color: #4A0BBE;
}
</style>
background-color css
<style>
a { background-color: #4A0BBE; }
a { background-color: rgb(74,11,190); }
div.DivClassName
{
background-color: #4A0BBE;
}
.BgClassName
{
background-color: #4A0BBE;
}
</style>
border-color css
<style>
span { border-color: #4A0BBE; }
span { border-color: rgb(74,11,190); }
td.TdClassName
{
border-color: #4A0BBE;
}
.TagClassName
{
border-color: #4A0BBE;
}
</style>