Shades of Hot Purple #4F1253
Tints of Hot Purple #4F1253
RGB
CMYK
RGB Variations
Color information
#4F1253 (or 0x4F1253) is known color: Hot Purple. HEX triplet: 4F, 12 and 53. RGB value is (79,18,83). Sum of RGB (Red+Green+Blue) = 79+18+83=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #4F1253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1253 is #B0EDAC. Grayscale: #2B2B2B. Windows color (decimal): -11595181 or 5444175. OLE color: 5444175.
HSL color Cylindrical-coordinate representation of color #4F1253: hue angle of 296.31º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F1253 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 18 | 83 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.67 |
| HSL | 296.31º | 0.64% | 0.2% | - |
| HSV(B) | 296.31º | 0.78% | 0.33% | - |
| XYZ | 5 | 2.72 | 8.44 | - |
| YUV | 43.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 83 | 0.05 | 0.78 | 0 | 0.67 | 296.31 | 0.64 | 0.2 |
| Hex | 4F | 12 | 53 | 5 | 4E | 0 | 43 | 128 | 40 | 14 |
| Octal | 117 | 22 | 123 | 5 | 116 | 0 | 103 | 450 | 100 | 24 |
| Binary | 1001111 | 10010 | 1010011 | 101 | 1001110 | 0 | 1000011 | 100101000 | 1000000 | 10100 |
Color Harmonies of #4F1253
Complementary color
Monochromatic Colors of #4F1253
Black with #4F1253
Text Example
Text Example
White with #4F1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1253; }
p { color: rgb(79,18,83); }
H1.HeaderClassName
{
color: #4F1253;
}
.AnyTagClassName
{
color: #4F1253;
}
</style>
background-color css
<style>
a { background-color: #4F1253; }
a { background-color: rgb(79,18,83); }
div.DivClassName
{
background-color: #4F1253;
}
.BgClassName
{
background-color: #4F1253;
}
</style>
border-color css
<style>
span { border-color: #4F1253; }
span { border-color: rgb(79,18,83); }
td.TdClassName
{
border-color: #4F1253;
}
.TagClassName
{
border-color: #4F1253;
}
</style>