Shades of Purple Heart #4518C9
Tints of Purple Heart #4518C9
RGB
CMYK
RGB Variations
Color information
#4518C9 (or 0x4518C9) is known color: Purple Heart. HEX triplet: 45, 18 and C9. RGB value is (69,24,201). Sum of RGB (Red+Green+Blue) = 69+24+201=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 201 (78.91% from 255 or 68.37% from 294); Max value from RGB is 201 - color contains mainly: blue. Hex color #4518C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4518C9 is #BAE736. Grayscale: #383838. Windows color (decimal): -12248887 or 13178949. OLE color: 13178949.
HSL color Cylindrical-coordinate representation of color #4518C9: hue angle of 255.25º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4518C9 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 24 | 201 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.21 |
| HSL | 255.25º | 0.79% | 0.44% | - |
| HSV(B) | 255.25º | 0.88% | 0.79% | - |
| XYZ | 13.32 | 6.14 | 55.74 | - |
| YUV | 57.63 | 208.91 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 201 | 0.66 | 0.88 | 0 | 0.21 | 255.25 | 0.79 | 0.44 |
| Hex | 45 | 18 | C9 | 42 | 58 | 0 | 15 | FF | 4F | 2C |
| Octal | 105 | 30 | 311 | 102 | 130 | 0 | 25 | 377 | 117 | 54 |
| Binary | 1000101 | 11000 | 11001001 | 1000010 | 1011000 | 0 | 10101 | 11111111 | 1001111 | 101100 |
Color Harmonies of #4518C9
Complementary color
Monochromatic Colors of #4518C9
Black with #4518C9
Text Example
Text Example
White with #4518C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4518C9; }
p { color: rgb(69,24,201); }
H1.HeaderClassName
{
color: #4518C9;
}
.AnyTagClassName
{
color: #4518C9;
}
</style>
background-color css
<style>
a { background-color: #4518C9; }
a { background-color: rgb(69,24,201); }
div.DivClassName
{
background-color: #4518C9;
}
.BgClassName
{
background-color: #4518C9;
}
</style>
border-color css
<style>
span { border-color: #4518C9; }
span { border-color: rgb(69,24,201); }
td.TdClassName
{
border-color: #4518C9;
}
.TagClassName
{
border-color: #4518C9;
}
</style>