Shades of Purple Heart #4414CA
Tints of Purple Heart #4414CA
RGB
CMYK
RGB Variations
Color information
#4414CA (or 0x4414CA) is known color: Purple Heart. HEX triplet: 44, 14 and CA. RGB value is (68,20,202). Sum of RGB (Red+Green+Blue) = 68+20+202=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #4414CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4414CA is #BBEB35. Grayscale: #363636. Windows color (decimal): -12315446 or 13243460. OLE color: 13243460.
HSL color Cylindrical-coordinate representation of color #4414CA: hue angle of 255.82º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4414CA is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 20 | 202 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.21 |
| HSL | 255.82º | 0.82% | 0.44% | - |
| HSV(B) | 255.82º | 0.9% | 0.79% | - |
| XYZ | 13.29 | 5.99 | 56.33 | - |
| YUV | 55.1 | 210.9 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 202 | 0.66 | 0.90 | 0 | 0.21 | 255.82 | 0.82 | 0.44 |
| Hex | 44 | 14 | CA | 42 | 5A | 0 | 15 | 100 | 52 | 2C |
| Octal | 104 | 24 | 312 | 102 | 132 | 0 | 25 | 400 | 122 | 54 |
| Binary | 1000100 | 10100 | 11001010 | 1000010 | 1011010 | 0 | 10101 | 100000000 | 1010010 | 101100 |
Color Harmonies of #4414CA
Complementary color
Monochromatic Colors of #4414CA
Black with #4414CA
Text Example
Text Example
White with #4414CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4414CA; }
p { color: rgb(68,20,202); }
H1.HeaderClassName
{
color: #4414CA;
}
.AnyTagClassName
{
color: #4414CA;
}
</style>
background-color css
<style>
a { background-color: #4414CA; }
a { background-color: rgb(68,20,202); }
div.DivClassName
{
background-color: #4414CA;
}
.BgClassName
{
background-color: #4414CA;
}
</style>
border-color css
<style>
span { border-color: #4414CA; }
span { border-color: rgb(68,20,202); }
td.TdClassName
{
border-color: #4414CA;
}
.TagClassName
{
border-color: #4414CA;
}
</style>