Shades of Purple Heart #4817CD
Tints of Purple Heart #4817CD
RGB
CMYK
RGB Variations
Color information
#4817CD (or 0x4817CD) is known color: Purple Heart. HEX triplet: 48, 17 and CD. RGB value is (72,23,205). Sum of RGB (Red+Green+Blue) = 72+23+205=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #4817CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4817CD is #B7E832. Grayscale: #393939. Windows color (decimal): -12052531 or 13440840. OLE color: 13440840.
HSL color Cylindrical-coordinate representation of color #4817CD: hue angle of 256.15º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4817CD is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 23 | 205 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.20 |
| HSL | 256.15º | 0.8% | 0.45% | - |
| HSV(B) | 256.15º | 0.89% | 0.8% | - |
| XYZ | 14 | 6.4 | 58.25 | - |
| YUV | 58.4 | 210.73 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 205 | 0.65 | 0.89 | 0 | 0.20 | 256.15 | 0.8 | 0.45 |
| Hex | 48 | 17 | CD | 41 | 59 | 0 | 14 | 100 | 50 | 2D |
| Octal | 110 | 27 | 315 | 101 | 131 | 0 | 24 | 400 | 120 | 55 |
| Binary | 1001000 | 10111 | 11001101 | 1000001 | 1011001 | 0 | 10100 | 100000000 | 1010000 | 101101 |
Color Harmonies of #4817CD
Complementary color
Monochromatic Colors of #4817CD
Black with #4817CD
Text Example
Text Example
White with #4817CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4817CD; }
p { color: rgb(72,23,205); }
H1.HeaderClassName
{
color: #4817CD;
}
.AnyTagClassName
{
color: #4817CD;
}
</style>
background-color css
<style>
a { background-color: #4817CD; }
a { background-color: rgb(72,23,205); }
div.DivClassName
{
background-color: #4817CD;
}
.BgClassName
{
background-color: #4817CD;
}
</style>
border-color css
<style>
span { border-color: #4817CD; }
span { border-color: rgb(72,23,205); }
td.TdClassName
{
border-color: #4817CD;
}
.TagClassName
{
border-color: #4817CD;
}
</style>