Shades of Purple Heart #4425CE
Tints of Purple Heart #4425CE
RGB
CMYK
RGB Variations
Color information
#4425CE (or 0x4425CE) is known color: Purple Heart. HEX triplet: 44, 25 and CE. RGB value is (68,37,206). Sum of RGB (Red+Green+Blue) = 68+37+206=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #4425CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4425CE is #BBDA31. Grayscale: #404040. Windows color (decimal): -12311090 or 13509956. OLE color: 13509956.
HSL color Cylindrical-coordinate representation of color #4425CE: hue angle of 251.01º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4425CE is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 37 | 206 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.19 |
| HSL | 251.01º | 0.7% | 0.48% | - |
| HSV(B) | 251.01º | 0.82% | 0.81% | - |
| XYZ | 14.19 | 7.01 | 59 | - |
| YUV | 65.54 | 207.27 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 37 | 206 | 0.67 | 0.82 | 0 | 0.19 | 251.01 | 0.7 | 0.48 |
| Hex | 44 | 25 | CE | 43 | 52 | 0 | 13 | FB | 46 | 30 |
| Octal | 104 | 45 | 316 | 103 | 122 | 0 | 23 | 373 | 106 | 60 |
| Binary | 1000100 | 100101 | 11001110 | 1000011 | 1010010 | 0 | 10011 | 11111011 | 1000110 | 110000 |
Color Harmonies of #4425CE
Complementary color
Monochromatic Colors of #4425CE
Black with #4425CE
Text Example
Text Example
White with #4425CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4425CE; }
p { color: rgb(68,37,206); }
H1.HeaderClassName
{
color: #4425CE;
}
.AnyTagClassName
{
color: #4425CE;
}
</style>
background-color css
<style>
a { background-color: #4425CE; }
a { background-color: rgb(68,37,206); }
div.DivClassName
{
background-color: #4425CE;
}
.BgClassName
{
background-color: #4425CE;
}
</style>
border-color css
<style>
span { border-color: #4425CE; }
span { border-color: rgb(68,37,206); }
td.TdClassName
{
border-color: #4425CE;
}
.TagClassName
{
border-color: #4425CE;
}
</style>