Shades of Hot Purple #4A0C4B
Tints of Hot Purple #4A0C4B
RGB
CMYK
RGB Variations
Color information
#4A0C4B (or 0x4A0C4B) is known color: Hot Purple. HEX triplet: 4A, 0C and 4B. RGB value is (74,12,75). Sum of RGB (Red+Green+Blue) = 74+12+75=161 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.96% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A0C4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0C4B is #B5F3B4. Grayscale: #252525. Windows color (decimal): -11924405 or 4918346. OLE color: 4918346.
HSL color Cylindrical-coordinate representation of color #4A0C4B: hue angle of 299.05º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A0C4B is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 12 | 75 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.71 |
| HSL | 299.05º | 0.72% | 0.17% | - |
| HSV(B) | 299.05º | 0.84% | 0.29% | - |
| XYZ | 4.23 | 2.23 | 6.86 | - |
| YUV | 37.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 12 | 75 | 0.01 | 0.84 | 0 | 0.71 | 299.05 | 0.72 | 0.17 |
| Hex | 4A | C | 4B | 1 | 54 | 0 | 47 | 12B | 48 | 11 |
| Octal | 112 | 14 | 113 | 1 | 124 | 0 | 107 | 453 | 110 | 21 |
| Binary | 1001010 | 1100 | 1001011 | 1 | 1010100 | 0 | 1000111 | 100101011 | 1001000 | 10001 |
Color Harmonies of #4A0C4B
Complementary color
Monochromatic Colors of #4A0C4B
Black with #4A0C4B
Text Example
Text Example
White with #4A0C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0C4B; }
p { color: rgb(74,12,75); }
H1.HeaderClassName
{
color: #4A0C4B;
}
.AnyTagClassName
{
color: #4A0C4B;
}
</style>
background-color css
<style>
a { background-color: #4A0C4B; }
a { background-color: rgb(74,12,75); }
div.DivClassName
{
background-color: #4A0C4B;
}
.BgClassName
{
background-color: #4A0C4B;
}
</style>
border-color css
<style>
span { border-color: #4A0C4B; }
span { border-color: rgb(74,12,75); }
td.TdClassName
{
border-color: #4A0C4B;
}
.TagClassName
{
border-color: #4A0C4B;
}
</style>