Shades of Hot Purple #4F1955
Tints of Hot Purple #4F1955
RGB
CMYK
RGB Variations
Color information
#4F1955 (or 0x4F1955) is known color: Hot Purple. HEX triplet: 4F, 19 and 55. RGB value is (79,25,85). Sum of RGB (Red+Green+Blue) = 79+25+85=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #4F1955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1955 is #B0E6AA. Grayscale: #2F2F2F. Windows color (decimal): -11593387 or 5577039. OLE color: 5577039.
HSL color Cylindrical-coordinate representation of color #4F1955: hue angle of 294º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F1955 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 25 | 85 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.67 |
| HSL | 294º | 0.55% | 0.22% | - |
| HSV(B) | 294º | 0.71% | 0.33% | - |
| XYZ | 5.21 | 3.01 | 8.9 | - |
| YUV | 47.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 85 | 0.07 | 0.71 | 0 | 0.67 | 294 | 0.55 | 0.22 |
| Hex | 4F | 19 | 55 | 7 | 47 | 0 | 43 | 126 | 37 | 16 |
| Octal | 117 | 31 | 125 | 7 | 107 | 0 | 103 | 446 | 67 | 26 |
| Binary | 1001111 | 11001 | 1010101 | 111 | 1000111 | 0 | 1000011 | 100100110 | 110111 | 10110 |
Color Harmonies of #4F1955
Complementary color
Monochromatic Colors of #4F1955
Black with #4F1955
Text Example
Text Example
White with #4F1955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1955; }
p { color: rgb(79,25,85); }
H1.HeaderClassName
{
color: #4F1955;
}
.AnyTagClassName
{
color: #4F1955;
}
</style>
background-color css
<style>
a { background-color: #4F1955; }
a { background-color: rgb(79,25,85); }
div.DivClassName
{
background-color: #4F1955;
}
.BgClassName
{
background-color: #4F1955;
}
</style>
border-color css
<style>
span { border-color: #4F1955; }
span { border-color: rgb(79,25,85); }
td.TdClassName
{
border-color: #4F1955;
}
.TagClassName
{
border-color: #4F1955;
}
</style>