Shades of Hot Purple #4F0D4B
Tints of Hot Purple #4F0D4B
RGB
CMYK
RGB Variations
Color information
#4F0D4B (or 0x4F0D4B) is known color: Hot Purple. HEX triplet: 4F, 0D and 4B. RGB value is (79,13,75). Sum of RGB (Red+Green+Blue) = 79+13+75=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0D4B is #B0F2B4. Grayscale: #272727. Windows color (decimal): -11596469 or 4918607. OLE color: 4918607.
HSL color Cylindrical-coordinate representation of color #4F0D4B: hue angle of 303.64º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F0D4B is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 13 | 75 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.69 |
| HSL | 303.64º | 0.72% | 0.18% | - |
| HSV(B) | 303.64º | 0.84% | 0.31% | - |
| XYZ | 4.64 | 2.46 | 6.89 | - |
| YUV | 39.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 13 | 75 | 0 | 0.84 | 0.05 | 0.69 | 303.64 | 0.72 | 0.18 |
| Hex | 4F | D | 4B | 0 | 54 | 5 | 45 | 130 | 48 | 12 |
| Octal | 117 | 15 | 113 | 0 | 124 | 5 | 105 | 460 | 110 | 22 |
| Binary | 1001111 | 1101 | 1001011 | 0 | 1010100 | 101 | 1000101 | 100110000 | 1001000 | 10010 |
Color Harmonies of #4F0D4B
Complementary color
Monochromatic Colors of #4F0D4B
Black with #4F0D4B
Text Example
Text Example
White with #4F0D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0D4B; }
p { color: rgb(79,13,75); }
H1.HeaderClassName
{
color: #4F0D4B;
}
.AnyTagClassName
{
color: #4F0D4B;
}
</style>
background-color css
<style>
a { background-color: #4F0D4B; }
a { background-color: rgb(79,13,75); }
div.DivClassName
{
background-color: #4F0D4B;
}
.BgClassName
{
background-color: #4F0D4B;
}
</style>
border-color css
<style>
span { border-color: #4F0D4B; }
span { border-color: rgb(79,13,75); }
td.TdClassName
{
border-color: #4F0D4B;
}
.TagClassName
{
border-color: #4F0D4B;
}
</style>