Shades of Purple Heart #4A1CCC
Tints of Purple Heart #4A1CCC
RGB
CMYK
RGB Variations
Color information
#4A1CCC (or 0x4A1CCC) is known color: Purple Heart. HEX triplet: 4A, 1C and CC. RGB value is (74,28,204). Sum of RGB (Red+Green+Blue) = 74+28+204=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A1CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1CCC is #B5E333. Grayscale: #3D3D3D. Windows color (decimal): -11920180 or 13376586. OLE color: 13376586.
HSL color Cylindrical-coordinate representation of color #4A1CCC: hue angle of 255.68º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A1CCC is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 28 | 204 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.2 |
| HSL | 255.68º | 0.76% | 0.45% | - |
| HSV(B) | 255.68º | 0.86% | 0.8% | - |
| XYZ | 14.14 | 6.65 | 57.66 | - |
| YUV | 61.82 | 208.24 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 28 | 204 | 0.64 | 0.86 | 0 | 0.2 | 255.68 | 0.76 | 0.45 |
| Hex | 4A | 1C | CC | 40 | 56 | 0 | 14 | 100 | 4C | 2D |
| Octal | 112 | 34 | 314 | 100 | 126 | 0 | 24 | 400 | 114 | 55 |
| Binary | 1001010 | 11100 | 11001100 | 1000000 | 1010110 | 0 | 10100 | 100000000 | 1001100 | 101101 |
Color Harmonies of #4A1CCC
Complementary color
Monochromatic Colors of #4A1CCC
Black with #4A1CCC
Text Example
Text Example
White with #4A1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1CCC; }
p { color: rgb(74,28,204); }
H1.HeaderClassName
{
color: #4A1CCC;
}
.AnyTagClassName
{
color: #4A1CCC;
}
</style>
background-color css
<style>
a { background-color: #4A1CCC; }
a { background-color: rgb(74,28,204); }
div.DivClassName
{
background-color: #4A1CCC;
}
.BgClassName
{
background-color: #4A1CCC;
}
</style>
border-color css
<style>
span { border-color: #4A1CCC; }
span { border-color: rgb(74,28,204); }
td.TdClassName
{
border-color: #4A1CCC;
}
.TagClassName
{
border-color: #4A1CCC;
}
</style>