Shades of Purple Heart #4523AD
Tints of Purple Heart #4523AD
RGB
CMYK
RGB Variations
Color information
#4523AD (or 0x4523AD) is known color: Purple Heart. HEX triplet: 45, 23 and AD. RGB value is (69,35,173). Sum of RGB (Red+Green+Blue) = 69+35+173=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #4523AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4523AD is #BADC52. Grayscale: #3C3C3C. Windows color (decimal): -12246099 or 11346757. OLE color: 11346757.
HSL color Cylindrical-coordinate representation of color #4523AD: hue angle of 254.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4523AD is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 35 | 173 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.32 |
| HSL | 254.78º | 0.66% | 0.41% | - |
| HSV(B) | 254.78º | 0.8% | 0.68% | - |
| XYZ | 10.6 | 5.48 | 40.04 | - |
| YUV | 60.9 | 191.26 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 173 | 0.60 | 0.80 | 0 | 0.32 | 254.78 | 0.66 | 0.41 |
| Hex | 45 | 23 | AD | 3C | 50 | 0 | 20 | FF | 42 | 29 |
| Octal | 105 | 43 | 255 | 74 | 120 | 0 | 40 | 377 | 102 | 51 |
| Binary | 1000101 | 100011 | 10101101 | 111100 | 1010000 | 0 | 100000 | 11111111 | 1000010 | 101001 |
Color Harmonies of #4523AD
Complementary color
Monochromatic Colors of #4523AD
Black with #4523AD
Text Example
Text Example
White with #4523AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4523AD; }
p { color: rgb(69,35,173); }
H1.HeaderClassName
{
color: #4523AD;
}
.AnyTagClassName
{
color: #4523AD;
}
</style>
background-color css
<style>
a { background-color: #4523AD; }
a { background-color: rgb(69,35,173); }
div.DivClassName
{
background-color: #4523AD;
}
.BgClassName
{
background-color: #4523AD;
}
</style>
border-color css
<style>
span { border-color: #4523AD; }
span { border-color: rgb(69,35,173); }
td.TdClassName
{
border-color: #4523AD;
}
.TagClassName
{
border-color: #4523AD;
}
</style>