Shades of Purple Heart #4A17BB
Tints of Purple Heart #4A17BB
RGB
CMYK
RGB Variations
Color information
#4A17BB (or 0x4A17BB) is known color: Purple Heart. HEX triplet: 4A, 17 and BB. RGB value is (74,23,187). Sum of RGB (Red+Green+Blue) = 74+23+187=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A17BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A17BB is #B5E844. Grayscale: #383838. Windows color (decimal): -11921477 or 12261194. OLE color: 12261194.
HSL color Cylindrical-coordinate representation of color #4A17BB: hue angle of 258.66º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A17BB is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 23 | 187 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.27 |
| HSL | 258.66º | 0.78% | 0.41% | - |
| HSV(B) | 258.66º | 0.88% | 0.73% | - |
| XYZ | 12.1 | 5.66 | 47.47 | - |
| YUV | 56.95 | 201.4 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 187 | 0.60 | 0.88 | 0 | 0.27 | 258.66 | 0.78 | 0.41 |
| Hex | 4A | 17 | BB | 3C | 58 | 0 | 1B | 103 | 4E | 29 |
| Octal | 112 | 27 | 273 | 74 | 130 | 0 | 33 | 403 | 116 | 51 |
| Binary | 1001010 | 10111 | 10111011 | 111100 | 1011000 | 0 | 11011 | 100000011 | 1001110 | 101001 |
Color Harmonies of #4A17BB
Complementary color
Monochromatic Colors of #4A17BB
Black with #4A17BB
Text Example
Text Example
White with #4A17BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A17BB; }
p { color: rgb(74,23,187); }
H1.HeaderClassName
{
color: #4A17BB;
}
.AnyTagClassName
{
color: #4A17BB;
}
</style>
background-color css
<style>
a { background-color: #4A17BB; }
a { background-color: rgb(74,23,187); }
div.DivClassName
{
background-color: #4A17BB;
}
.BgClassName
{
background-color: #4A17BB;
}
</style>
border-color css
<style>
span { border-color: #4A17BB; }
span { border-color: rgb(74,23,187); }
td.TdClassName
{
border-color: #4A17BB;
}
.TagClassName
{
border-color: #4A17BB;
}
</style>