Shades of Purple Heart #4523CE
Tints of Purple Heart #4523CE
RGB
CMYK
RGB Variations
Color information
#4523CE (or 0x4523CE) is known color: Purple Heart. HEX triplet: 45, 23 and CE. RGB value is (69,35,206). Sum of RGB (Red+Green+Blue) = 69+35+206=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #4523CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4523CE is #BADC31. Grayscale: #404040. Windows color (decimal): -12246066 or 13509445. OLE color: 13509445.
HSL color Cylindrical-coordinate representation of color #4523CE: hue angle of 251.93º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4523CE is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 35 | 206 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.19 |
| HSL | 251.93º | 0.71% | 0.47% | - |
| HSV(B) | 251.93º | 0.83% | 0.81% | - |
| XYZ | 14.2 | 6.92 | 58.98 | - |
| YUV | 64.66 | 207.76 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 206 | 0.67 | 0.83 | 0 | 0.19 | 251.93 | 0.71 | 0.47 |
| Hex | 45 | 23 | CE | 43 | 53 | 0 | 13 | FC | 47 | 2F |
| Octal | 105 | 43 | 316 | 103 | 123 | 0 | 23 | 374 | 107 | 57 |
| Binary | 1000101 | 100011 | 11001110 | 1000011 | 1010011 | 0 | 10011 | 11111100 | 1000111 | 101111 |
Color Harmonies of #4523CE
Complementary color
Monochromatic Colors of #4523CE
Black with #4523CE
Text Example
Text Example
White with #4523CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4523CE; }
p { color: rgb(69,35,206); }
H1.HeaderClassName
{
color: #4523CE;
}
.AnyTagClassName
{
color: #4523CE;
}
</style>
background-color css
<style>
a { background-color: #4523CE; }
a { background-color: rgb(69,35,206); }
div.DivClassName
{
background-color: #4523CE;
}
.BgClassName
{
background-color: #4523CE;
}
</style>
border-color css
<style>
span { border-color: #4523CE; }
span { border-color: rgb(69,35,206); }
td.TdClassName
{
border-color: #4523CE;
}
.TagClassName
{
border-color: #4523CE;
}
</style>