Shades of Purple Heart #4F17CB
Tints of Purple Heart #4F17CB
RGB
CMYK
RGB Variations
Color information
#4F17CB (or 0x4F17CB) is known color: Purple Heart. HEX triplet: 4F, 17 and CB. RGB value is (79,23,203). Sum of RGB (Red+Green+Blue) = 79+23+203=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F17CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F17CB is #B0E834. Grayscale: #3B3B3B. Windows color (decimal): -11593781 or 13309775. OLE color: 13309775.
HSL color Cylindrical-coordinate representation of color #4F17CB: hue angle of 258.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 #4F17CB is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 23 | 203 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.20 |
| HSL | 258.67º | 0.8% | 0.44% | - |
| HSV(B) | 258.67º | 0.89% | 0.8% | - |
| XYZ | 14.31 | 6.59 | 57.02 | - |
| YUV | 60.26 | 208.55 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 203 | 0.61 | 0.89 | 0 | 0.20 | 258.67 | 0.8 | 0.44 |
| Hex | 4F | 17 | CB | 3D | 59 | 0 | 14 | 103 | 50 | 2C |
| Octal | 117 | 27 | 313 | 75 | 131 | 0 | 24 | 403 | 120 | 54 |
| Binary | 1001111 | 10111 | 11001011 | 111101 | 1011001 | 0 | 10100 | 100000011 | 1010000 | 101100 |
Color Harmonies of #4F17CB
Complementary color
Monochromatic Colors of #4F17CB
Black with #4F17CB
Text Example
Text Example
White with #4F17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F17CB; }
p { color: rgb(79,23,203); }
H1.HeaderClassName
{
color: #4F17CB;
}
.AnyTagClassName
{
color: #4F17CB;
}
</style>
background-color css
<style>
a { background-color: #4F17CB; }
a { background-color: rgb(79,23,203); }
div.DivClassName
{
background-color: #4F17CB;
}
.BgClassName
{
background-color: #4F17CB;
}
</style>
border-color css
<style>
span { border-color: #4F17CB; }
span { border-color: rgb(79,23,203); }
td.TdClassName
{
border-color: #4F17CB;
}
.TagClassName
{
border-color: #4F17CB;
}
</style>