Shades of Purple Heart #4C17CB
Tints of Purple Heart #4C17CB
RGB
CMYK
RGB Variations
Color information
#4C17CB (or 0x4C17CB) is known color: Purple Heart. HEX triplet: 4C, 17 and CB. RGB value is (76,23,203). Sum of RGB (Red+Green+Blue) = 76+23+203=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C17CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C17CB is #B3E834. Grayscale: #3A3A3A. Windows color (decimal): -11790389 or 13309772. OLE color: 13309772.
HSL color Cylindrical-coordinate representation of color #4C17CB: hue angle of 257.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C17CB is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 23 | 203 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.20 |
| HSL | 257.67º | 0.8% | 0.44% | - |
| HSV(B) | 257.67º | 0.89% | 0.8% | - |
| XYZ | 14.07 | 6.46 | 57.01 | - |
| YUV | 59.37 | 209.06 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 203 | 0.63 | 0.89 | 0 | 0.20 | 257.67 | 0.8 | 0.44 |
| Hex | 4C | 17 | CB | 3F | 59 | 0 | 14 | 102 | 50 | 2C |
| Octal | 114 | 27 | 313 | 77 | 131 | 0 | 24 | 402 | 120 | 54 |
| Binary | 1001100 | 10111 | 11001011 | 111111 | 1011001 | 0 | 10100 | 100000010 | 1010000 | 101100 |
Color Harmonies of #4C17CB
Complementary color
Monochromatic Colors of #4C17CB
Black with #4C17CB
Text Example
Text Example
White with #4C17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C17CB; }
p { color: rgb(76,23,203); }
H1.HeaderClassName
{
color: #4C17CB;
}
.AnyTagClassName
{
color: #4C17CB;
}
</style>
background-color css
<style>
a { background-color: #4C17CB; }
a { background-color: rgb(76,23,203); }
div.DivClassName
{
background-color: #4C17CB;
}
.BgClassName
{
background-color: #4C17CB;
}
</style>
border-color css
<style>
span { border-color: #4C17CB; }
span { border-color: rgb(76,23,203); }
td.TdClassName
{
border-color: #4C17CB;
}
.TagClassName
{
border-color: #4C17CB;
}
</style>