Shades of Hot Purple #4F134B
Tints of Hot Purple #4F134B
RGB
CMYK
RGB Variations
Color information
#4F134B (or 0x4F134B) is known color: Hot Purple. HEX triplet: 4F, 13 and 4B. RGB value is (79,19,75). Sum of RGB (Red+Green+Blue) = 79+19+75=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F134B is #B0ECB4. Grayscale: #2B2B2B. Windows color (decimal): -11594933 or 4920143. OLE color: 4920143.
HSL color Cylindrical-coordinate representation of color #4F134B: hue angle of 304º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F134B is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 75 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.69 |
| HSL | 304º | 0.61% | 0.19% | - |
| HSV(B) | 304º | 0.76% | 0.31% | - |
| XYZ | 4.73 | 2.64 | 6.92 | - |
| YUV | 43.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 75 | 0 | 0.76 | 0.05 | 0.69 | 304 | 0.61 | 0.19 |
| Hex | 4F | 13 | 4B | 0 | 4C | 5 | 45 | 130 | 3D | 13 |
| Octal | 117 | 23 | 113 | 0 | 114 | 5 | 105 | 460 | 75 | 23 |
| Binary | 1001111 | 10011 | 1001011 | 0 | 1001100 | 101 | 1000101 | 100110000 | 111101 | 10011 |
Color Harmonies of #4F134B
Complementary color
Monochromatic Colors of #4F134B
Black with #4F134B
Text Example
Text Example
White with #4F134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F134B; }
p { color: rgb(79,19,75); }
H1.HeaderClassName
{
color: #4F134B;
}
.AnyTagClassName
{
color: #4F134B;
}
</style>
background-color css
<style>
a { background-color: #4F134B; }
a { background-color: rgb(79,19,75); }
div.DivClassName
{
background-color: #4F134B;
}
.BgClassName
{
background-color: #4F134B;
}
</style>
border-color css
<style>
span { border-color: #4F134B; }
span { border-color: rgb(79,19,75); }
td.TdClassName
{
border-color: #4F134B;
}
.TagClassName
{
border-color: #4F134B;
}
</style>