Shades of Purple Heart #4413CE
Tints of Purple Heart #4413CE
RGB
CMYK
RGB Variations
Color information
#4413CE (or 0x4413CE) is known color: Purple Heart. HEX triplet: 44, 13 and CE. RGB value is (68,19,206). Sum of RGB (Red+Green+Blue) = 68+19+206=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #4413CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4413CE is #BBEC31. Grayscale: #363636. Windows color (decimal): -12315698 or 13505348. OLE color: 13505348.
HSL color Cylindrical-coordinate representation of color #4413CE: hue angle of 255.72º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4413CE is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 19 | 206 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.19 |
| HSL | 255.72º | 0.83% | 0.44% | - |
| HSV(B) | 255.72º | 0.91% | 0.81% | - |
| XYZ | 13.76 | 6.15 | 58.85 | - |
| YUV | 54.97 | 213.23 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 206 | 0.67 | 0.91 | 0 | 0.19 | 255.72 | 0.83 | 0.44 |
| Hex | 44 | 13 | CE | 43 | 5B | 0 | 13 | 100 | 53 | 2C |
| Octal | 104 | 23 | 316 | 103 | 133 | 0 | 23 | 400 | 123 | 54 |
| Binary | 1000100 | 10011 | 11001110 | 1000011 | 1011011 | 0 | 10011 | 100000000 | 1010011 | 101100 |
Color Harmonies of #4413CE
Complementary color
Monochromatic Colors of #4413CE
Black with #4413CE
Text Example
Text Example
White with #4413CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4413CE; }
p { color: rgb(68,19,206); }
H1.HeaderClassName
{
color: #4413CE;
}
.AnyTagClassName
{
color: #4413CE;
}
</style>
background-color css
<style>
a { background-color: #4413CE; }
a { background-color: rgb(68,19,206); }
div.DivClassName
{
background-color: #4413CE;
}
.BgClassName
{
background-color: #4413CE;
}
</style>
border-color css
<style>
span { border-color: #4413CE; }
span { border-color: rgb(68,19,206); }
td.TdClassName
{
border-color: #4413CE;
}
.TagClassName
{
border-color: #4413CE;
}
</style>