Shades of Purple Heart #4525CE
Tints of Purple Heart #4525CE
RGB
CMYK
RGB Variations
Color information
#4525CE (or 0x4525CE) is known color: Purple Heart. HEX triplet: 45, 25 and CE. RGB value is (69,37,206). Sum of RGB (Red+Green+Blue) = 69+37+206=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #4525CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4525CE is #BADA31. Grayscale: #414141. Windows color (decimal): -12245554 or 13509957. OLE color: 13509957.
HSL color Cylindrical-coordinate representation of color #4525CE: hue angle of 251.36º 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 #4525CE is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 37 | 206 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.19 |
| HSL | 251.36º | 0.7% | 0.48% | - |
| HSV(B) | 251.36º | 0.82% | 0.81% | - |
| XYZ | 14.26 | 7.04 | 59 | - |
| YUV | 65.83 | 207.1 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 206 | 0.67 | 0.82 | 0 | 0.19 | 251.36 | 0.7 | 0.48 |
| Hex | 45 | 25 | CE | 43 | 52 | 0 | 13 | FB | 46 | 30 |
| Octal | 105 | 45 | 316 | 103 | 122 | 0 | 23 | 373 | 106 | 60 |
| Binary | 1000101 | 100101 | 11001110 | 1000011 | 1010010 | 0 | 10011 | 11111011 | 1000110 | 110000 |
Color Harmonies of #4525CE
Complementary color
Monochromatic Colors of #4525CE
Black with #4525CE
Text Example
Text Example
White with #4525CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4525CE; }
p { color: rgb(69,37,206); }
H1.HeaderClassName
{
color: #4525CE;
}
.AnyTagClassName
{
color: #4525CE;
}
</style>
background-color css
<style>
a { background-color: #4525CE; }
a { background-color: rgb(69,37,206); }
div.DivClassName
{
background-color: #4525CE;
}
.BgClassName
{
background-color: #4525CE;
}
</style>
border-color css
<style>
span { border-color: #4525CE; }
span { border-color: rgb(69,37,206); }
td.TdClassName
{
border-color: #4525CE;
}
.TagClassName
{
border-color: #4525CE;
}
</style>