Shades of Purple Heart #4526CE
Tints of Purple Heart #4526CE
RGB
CMYK
RGB Variations
Color information
#4526CE (or 0x4526CE) is known color: Purple Heart. HEX triplet: 45, 26 and CE. RGB value is (69,38,206). Sum of RGB (Red+Green+Blue) = 69+38+206=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #4526CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4526CE is #BAD931. Grayscale: #414141. Windows color (decimal): -12245298 or 13510213. OLE color: 13510213.
HSL color Cylindrical-coordinate representation of color #4526CE: hue angle of 251.07º degrees, saturation: 0.69, 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 #4526CE is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 38 | 206 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.19 |
| HSL | 251.07º | 0.69% | 0.48% | - |
| HSV(B) | 251.07º | 0.82% | 0.81% | - |
| XYZ | 14.29 | 7.11 | 59.01 | - |
| YUV | 66.42 | 206.77 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 38 | 206 | 0.67 | 0.82 | 0 | 0.19 | 251.07 | 0.69 | 0.48 |
| Hex | 45 | 26 | CE | 43 | 52 | 0 | 13 | FB | 45 | 30 |
| Octal | 105 | 46 | 316 | 103 | 122 | 0 | 23 | 373 | 105 | 60 |
| Binary | 1000101 | 100110 | 11001110 | 1000011 | 1010010 | 0 | 10011 | 11111011 | 1000101 | 110000 |
Color Harmonies of #4526CE
Complementary color
Monochromatic Colors of #4526CE
Black with #4526CE
Text Example
Text Example
White with #4526CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4526CE; }
p { color: rgb(69,38,206); }
H1.HeaderClassName
{
color: #4526CE;
}
.AnyTagClassName
{
color: #4526CE;
}
</style>
background-color css
<style>
a { background-color: #4526CE; }
a { background-color: rgb(69,38,206); }
div.DivClassName
{
background-color: #4526CE;
}
.BgClassName
{
background-color: #4526CE;
}
</style>
border-color css
<style>
span { border-color: #4526CE; }
span { border-color: rgb(69,38,206); }
td.TdClassName
{
border-color: #4526CE;
}
.TagClassName
{
border-color: #4526CE;
}
</style>