Shades of Hot Purple #4F135B
Tints of Hot Purple #4F135B
RGB
CMYK
RGB Variations
Color information
#4F135B (or 0x4F135B) is known color: Hot Purple. HEX triplet: 4F, 13 and 5B. RGB value is (79,19,91). Sum of RGB (Red+Green+Blue) = 79+19+91=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F135B is #B0ECA4. Grayscale: #2C2C2C. Windows color (decimal): -11594917 or 5968719. OLE color: 5968719.
HSL color Cylindrical-coordinate representation of color #4F135B: hue angle of 290º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F135B is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 19 | 91 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.64 |
| HSL | 290º | 0.65% | 0.22% | - |
| HSV(B) | 290º | 0.79% | 0.36% | - |
| XYZ | 5.35 | 2.88 | 10.17 | - |
| YUV | 45.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 91 | 0.13 | 0.79 | 0 | 0.64 | 290 | 0.65 | 0.22 |
| Hex | 4F | 13 | 5B | D | 4F | 0 | 40 | 122 | 41 | 16 |
| Octal | 117 | 23 | 133 | 15 | 117 | 0 | 100 | 442 | 101 | 26 |
| Binary | 1001111 | 10011 | 1011011 | 1101 | 1001111 | 0 | 1000000 | 100100010 | 1000001 | 10110 |
Color Harmonies of #4F135B
Complementary color
Monochromatic Colors of #4F135B
Black with #4F135B
Text Example
Text Example
White with #4F135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F135B; }
p { color: rgb(79,19,91); }
H1.HeaderClassName
{
color: #4F135B;
}
.AnyTagClassName
{
color: #4F135B;
}
</style>
background-color css
<style>
a { background-color: #4F135B; }
a { background-color: rgb(79,19,91); }
div.DivClassName
{
background-color: #4F135B;
}
.BgClassName
{
background-color: #4F135B;
}
</style>
border-color css
<style>
span { border-color: #4F135B; }
span { border-color: rgb(79,19,91); }
td.TdClassName
{
border-color: #4F135B;
}
.TagClassName
{
border-color: #4F135B;
}
</style>