Shades of Hot Purple #4F2753
Tints of Hot Purple #4F2753
RGB
CMYK
RGB Variations
Color information
#4F2753 (or 0x4F2753) is known color: Hot Purple. HEX triplet: 4F, 27 and 53. RGB value is (79,39,83). Sum of RGB (Red+Green+Blue) = 79+39+83=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #4F2753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2753 is #B0D8AC. Grayscale: #373737. Windows color (decimal): -11589805 or 5449551. OLE color: 5449551.
HSL color Cylindrical-coordinate representation of color #4F2753: hue angle of 294.55º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F2753 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 39 | 83 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.67 |
| HSL | 294.55º | 0.36% | 0.24% | - |
| HSV(B) | 294.55º | 0.53% | 0.33% | - |
| XYZ | 5.51 | 3.74 | 8.61 | - |
| YUV | 55.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 83 | 0.05 | 0.53 | 0 | 0.67 | 294.55 | 0.36 | 0.24 |
| Hex | 4F | 27 | 53 | 5 | 35 | 0 | 43 | 127 | 24 | 18 |
| Octal | 117 | 47 | 123 | 5 | 65 | 0 | 103 | 447 | 44 | 30 |
| Binary | 1001111 | 100111 | 1010011 | 101 | 110101 | 0 | 1000011 | 100100111 | 100100 | 11000 |
Color Harmonies of #4F2753
Complementary color
Monochromatic Colors of #4F2753
Black with #4F2753
Text Example
Text Example
White with #4F2753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2753; }
p { color: rgb(79,39,83); }
H1.HeaderClassName
{
color: #4F2753;
}
.AnyTagClassName
{
color: #4F2753;
}
</style>
background-color css
<style>
a { background-color: #4F2753; }
a { background-color: rgb(79,39,83); }
div.DivClassName
{
background-color: #4F2753;
}
.BgClassName
{
background-color: #4F2753;
}
</style>
border-color css
<style>
span { border-color: #4F2753; }
span { border-color: rgb(79,39,83); }
td.TdClassName
{
border-color: #4F2753;
}
.TagClassName
{
border-color: #4F2753;
}
</style>