Shades of Purple Heart #4A17CC
Tints of Purple Heart #4A17CC
RGB
CMYK
RGB Variations
Color information
#4A17CC (or 0x4A17CC) is known color: Purple Heart. HEX triplet: 4A, 17 and CC. RGB value is (74,23,204). Sum of RGB (Red+Green+Blue) = 74+23+204=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A17CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A17CC is #B5E833. Grayscale: #3A3A3A. Windows color (decimal): -11921460 or 13375306. OLE color: 13375306.
HSL color Cylindrical-coordinate representation of color #4A17CC: hue angle of 256.91º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A17CC is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 23 | 204 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.2 |
| HSL | 256.91º | 0.8% | 0.45% | - |
| HSV(B) | 256.91º | 0.89% | 0.8% | - |
| XYZ | 14.03 | 6.43 | 57.63 | - |
| YUV | 58.88 | 209.9 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 204 | 0.64 | 0.89 | 0 | 0.2 | 256.91 | 0.8 | 0.45 |
| Hex | 4A | 17 | CC | 40 | 59 | 0 | 14 | 101 | 50 | 2D |
| Octal | 112 | 27 | 314 | 100 | 131 | 0 | 24 | 401 | 120 | 55 |
| Binary | 1001010 | 10111 | 11001100 | 1000000 | 1011001 | 0 | 10100 | 100000001 | 1010000 | 101101 |
Color Harmonies of #4A17CC
Complementary color
Monochromatic Colors of #4A17CC
Black with #4A17CC
Text Example
Text Example
White with #4A17CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A17CC; }
p { color: rgb(74,23,204); }
H1.HeaderClassName
{
color: #4A17CC;
}
.AnyTagClassName
{
color: #4A17CC;
}
</style>
background-color css
<style>
a { background-color: #4A17CC; }
a { background-color: rgb(74,23,204); }
div.DivClassName
{
background-color: #4A17CC;
}
.BgClassName
{
background-color: #4A17CC;
}
</style>
border-color css
<style>
span { border-color: #4A17CC; }
span { border-color: rgb(74,23,204); }
td.TdClassName
{
border-color: #4A17CC;
}
.TagClassName
{
border-color: #4A17CC;
}
</style>