Shades of Purple Heart #4A1CCD
Tints of Purple Heart #4A1CCD
RGB
CMYK
RGB Variations
Color information
#4A1CCD (or 0x4A1CCD) is known color: Purple Heart. HEX triplet: 4A, 1C and CD. RGB value is (74,28,205). Sum of RGB (Red+Green+Blue) = 74+28+205=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A1CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1CCD is #B5E332. Grayscale: #3D3D3D. Windows color (decimal): -11920179 or 13442122. OLE color: 13442122.
HSL color Cylindrical-coordinate representation of color #4A1CCD: hue angle of 255.59º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A1CCD is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 28 | 205 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.20 |
| HSL | 255.59º | 0.76% | 0.46% | - |
| HSV(B) | 255.59º | 0.86% | 0.8% | - |
| XYZ | 14.26 | 6.69 | 58.3 | - |
| YUV | 61.93 | 208.74 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 28 | 205 | 0.64 | 0.86 | 0 | 0.20 | 255.59 | 0.76 | 0.46 |
| Hex | 4A | 1C | CD | 40 | 56 | 0 | 14 | 100 | 4C | 2E |
| Octal | 112 | 34 | 315 | 100 | 126 | 0 | 24 | 400 | 114 | 56 |
| Binary | 1001010 | 11100 | 11001101 | 1000000 | 1010110 | 0 | 10100 | 100000000 | 1001100 | 101110 |
Color Harmonies of #4A1CCD
Complementary color
Monochromatic Colors of #4A1CCD
Black with #4A1CCD
Text Example
Text Example
White with #4A1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1CCD; }
p { color: rgb(74,28,205); }
H1.HeaderClassName
{
color: #4A1CCD;
}
.AnyTagClassName
{
color: #4A1CCD;
}
</style>
background-color css
<style>
a { background-color: #4A1CCD; }
a { background-color: rgb(74,28,205); }
div.DivClassName
{
background-color: #4A1CCD;
}
.BgClassName
{
background-color: #4A1CCD;
}
</style>
border-color css
<style>
span { border-color: #4A1CCD; }
span { border-color: rgb(74,28,205); }
td.TdClassName
{
border-color: #4A1CCD;
}
.TagClassName
{
border-color: #4A1CCD;
}
</style>