Shades of Hot Purple #4A0656
Tints of Hot Purple #4A0656
RGB
CMYK
RGB Variations
Color information
#4A0656 (or 0x4A0656) is known color: Hot Purple. HEX triplet: 4A, 06 and 56. RGB value is (74,6,86). Sum of RGB (Red+Green+Blue) = 74+6+86=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A0656 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0656 is #B5F9A9. Grayscale: #232323. Windows color (decimal): -11925930 or 5637706. OLE color: 5637706.
HSL color Cylindrical-coordinate representation of color #4A0656: hue angle of 291º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0656 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 6 | 86 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.66 |
| HSL | 291º | 0.87% | 0.18% | - |
| HSV(B) | 291º | 0.93% | 0.34% | - |
| XYZ | 4.57 | 2.26 | 9 | - |
| YUV | 35.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 86 | 0.14 | 0.93 | 0 | 0.66 | 291 | 0.87 | 0.18 |
| Hex | 4A | 6 | 56 | E | 5D | 0 | 42 | 123 | 57 | 12 |
| Octal | 112 | 6 | 126 | 16 | 135 | 0 | 102 | 443 | 127 | 22 |
| Binary | 1001010 | 110 | 1010110 | 1110 | 1011101 | 0 | 1000010 | 100100011 | 1010111 | 10010 |
Color Harmonies of #4A0656
Complementary color
Monochromatic Colors of #4A0656
Black with #4A0656
Text Example
Text Example
White with #4A0656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0656; }
p { color: rgb(74,6,86); }
H1.HeaderClassName
{
color: #4A0656;
}
.AnyTagClassName
{
color: #4A0656;
}
</style>
background-color css
<style>
a { background-color: #4A0656; }
a { background-color: rgb(74,6,86); }
div.DivClassName
{
background-color: #4A0656;
}
.BgClassName
{
background-color: #4A0656;
}
</style>
border-color css
<style>
span { border-color: #4A0656; }
span { border-color: rgb(74,6,86); }
td.TdClassName
{
border-color: #4A0656;
}
.TagClassName
{
border-color: #4A0656;
}
</style>