Shades of Purple Heart #4415CA
Tints of Purple Heart #4415CA
RGB
CMYK
RGB Variations
Color information
#4415CA (or 0x4415CA) is known color: Purple Heart. HEX triplet: 44, 15 and CA. RGB value is (68,21,202). Sum of RGB (Red+Green+Blue) = 68+21+202=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 202 (79.30% from 255 or 69.42% from 291); Max value from RGB is 202 - color contains mainly: blue. Hex color #4415CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4415CA is #BBEA35. Grayscale: #373737. Windows color (decimal): -12315190 or 13243716. OLE color: 13243716.
HSL color Cylindrical-coordinate representation of color #4415CA: hue angle of 255.58º degrees, saturation: 0.81, 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 #4415CA is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 21 | 202 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.21 |
| HSL | 255.58º | 0.81% | 0.44% | - |
| HSV(B) | 255.58º | 0.9% | 0.79% | - |
| XYZ | 13.31 | 6.03 | 56.34 | - |
| YUV | 55.69 | 210.57 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 21 | 202 | 0.66 | 0.90 | 0 | 0.21 | 255.58 | 0.81 | 0.44 |
| Hex | 44 | 15 | CA | 42 | 5A | 0 | 15 | 100 | 51 | 2C |
| Octal | 104 | 25 | 312 | 102 | 132 | 0 | 25 | 400 | 121 | 54 |
| Binary | 1000100 | 10101 | 11001010 | 1000010 | 1011010 | 0 | 10101 | 100000000 | 1010001 | 101100 |
Color Harmonies of #4415CA
Complementary color
Monochromatic Colors of #4415CA
Black with #4415CA
Text Example
Text Example
White with #4415CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4415CA; }
p { color: rgb(68,21,202); }
H1.HeaderClassName
{
color: #4415CA;
}
.AnyTagClassName
{
color: #4415CA;
}
</style>
background-color css
<style>
a { background-color: #4415CA; }
a { background-color: rgb(68,21,202); }
div.DivClassName
{
background-color: #4415CA;
}
.BgClassName
{
background-color: #4415CA;
}
</style>
border-color css
<style>
span { border-color: #4415CA; }
span { border-color: rgb(68,21,202); }
td.TdClassName
{
border-color: #4415CA;
}
.TagClassName
{
border-color: #4415CA;
}
</style>