Shades of Purple Heart #4D17AF
Tints of Purple Heart #4D17AF
RGB
CMYK
RGB Variations
Color information
#4D17AF (or 0x4D17AF) is known color: Purple Heart. HEX triplet: 4D, 17 and AF. RGB value is (77,23,175). Sum of RGB (Red+Green+Blue) = 77+23+175=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D17AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D17AF is #B2E850. Grayscale: #373737. Windows color (decimal): -11724881 or 11474765. OLE color: 11474765.
HSL color Cylindrical-coordinate representation of color #4D17AF: hue angle of 261.32º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D17AF is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 23 | 175 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.31 |
| HSL | 261.32º | 0.77% | 0.39% | - |
| HSV(B) | 261.32º | 0.87% | 0.69% | - |
| XYZ | 11.1 | 5.29 | 40.99 | - |
| YUV | 56.47 | 194.89 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 175 | 0.56 | 0.87 | 0 | 0.31 | 261.32 | 0.77 | 0.39 |
| Hex | 4D | 17 | AF | 38 | 57 | 0 | 1F | 105 | 4D | 27 |
| Octal | 115 | 27 | 257 | 70 | 127 | 0 | 37 | 405 | 115 | 47 |
| Binary | 1001101 | 10111 | 10101111 | 111000 | 1010111 | 0 | 11111 | 100000101 | 1001101 | 100111 |
Color Harmonies of #4D17AF
Complementary color
Monochromatic Colors of #4D17AF
Black with #4D17AF
Text Example
Text Example
White with #4D17AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D17AF; }
p { color: rgb(77,23,175); }
H1.HeaderClassName
{
color: #4D17AF;
}
.AnyTagClassName
{
color: #4D17AF;
}
</style>
background-color css
<style>
a { background-color: #4D17AF; }
a { background-color: rgb(77,23,175); }
div.DivClassName
{
background-color: #4D17AF;
}
.BgClassName
{
background-color: #4D17AF;
}
</style>
border-color css
<style>
span { border-color: #4D17AF; }
span { border-color: rgb(77,23,175); }
td.TdClassName
{
border-color: #4D17AF;
}
.TagClassName
{
border-color: #4D17AF;
}
</style>