Shades of Purple Heart #4A17BD
Tints of Purple Heart #4A17BD
RGB
CMYK
RGB Variations
Color information
#4A17BD (or 0x4A17BD) is known color: Purple Heart. HEX triplet: 4A, 17 and BD. RGB value is (74,23,189). Sum of RGB (Red+Green+Blue) = 74+23+189=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A17BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A17BD is #B5E842. Grayscale: #383838. Windows color (decimal): -11921475 or 12392266. OLE color: 12392266.
HSL color Cylindrical-coordinate representation of color #4A17BD: hue angle of 258.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A17BD is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 23 | 189 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.26 |
| HSL | 258.43º | 0.78% | 0.42% | - |
| HSV(B) | 258.43º | 0.88% | 0.74% | - |
| XYZ | 12.32 | 5.74 | 48.6 | - |
| YUV | 57.17 | 202.4 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 189 | 0.61 | 0.88 | 0 | 0.26 | 258.43 | 0.78 | 0.42 |
| Hex | 4A | 17 | BD | 3D | 58 | 0 | 1A | 102 | 4E | 2A |
| Octal | 112 | 27 | 275 | 75 | 130 | 0 | 32 | 402 | 116 | 52 |
| Binary | 1001010 | 10111 | 10111101 | 111101 | 1011000 | 0 | 11010 | 100000010 | 1001110 | 101010 |
Color Harmonies of #4A17BD
Complementary color
Monochromatic Colors of #4A17BD
Black with #4A17BD
Text Example
Text Example
White with #4A17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A17BD; }
p { color: rgb(74,23,189); }
H1.HeaderClassName
{
color: #4A17BD;
}
.AnyTagClassName
{
color: #4A17BD;
}
</style>
background-color css
<style>
a { background-color: #4A17BD; }
a { background-color: rgb(74,23,189); }
div.DivClassName
{
background-color: #4A17BD;
}
.BgClassName
{
background-color: #4A17BD;
}
</style>
border-color css
<style>
span { border-color: #4A17BD; }
span { border-color: rgb(74,23,189); }
td.TdClassName
{
border-color: #4A17BD;
}
.TagClassName
{
border-color: #4A17BD;
}
</style>