Shades of Hot Purple #4A0856
Tints of Hot Purple #4A0856
RGB
CMYK
RGB Variations
Color information
#4A0856 (or 0x4A0856) is known color: Hot Purple. HEX triplet: 4A, 08 and 56. RGB value is (74,8,86). Sum of RGB (Red+Green+Blue) = 74+8+86=168 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.05% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A0856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0856 is #B5F7A9. Grayscale: #242424. Windows color (decimal): -11925418 or 5638218. OLE color: 5638218.
HSL color Cylindrical-coordinate representation of color #4A0856: hue angle of 290.77º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A0856 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 8 | 86 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.66 |
| HSL | 290.77º | 0.83% | 0.18% | - |
| HSV(B) | 290.77º | 0.91% | 0.34% | - |
| XYZ | 4.59 | 2.3 | 9.01 | - |
| YUV | 36.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 86 | 0.14 | 0.91 | 0 | 0.66 | 290.77 | 0.83 | 0.18 |
| Hex | 4A | 8 | 56 | E | 5B | 0 | 42 | 123 | 53 | 12 |
| Octal | 112 | 10 | 126 | 16 | 133 | 0 | 102 | 443 | 123 | 22 |
| Binary | 1001010 | 1000 | 1010110 | 1110 | 1011011 | 0 | 1000010 | 100100011 | 1010011 | 10010 |
Color Harmonies of #4A0856
Complementary color
Monochromatic Colors of #4A0856
Black with #4A0856
Text Example
Text Example
White with #4A0856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0856; }
p { color: rgb(74,8,86); }
H1.HeaderClassName
{
color: #4A0856;
}
.AnyTagClassName
{
color: #4A0856;
}
</style>
background-color css
<style>
a { background-color: #4A0856; }
a { background-color: rgb(74,8,86); }
div.DivClassName
{
background-color: #4A0856;
}
.BgClassName
{
background-color: #4A0856;
}
</style>
border-color css
<style>
span { border-color: #4A0856; }
span { border-color: rgb(74,8,86); }
td.TdClassName
{
border-color: #4A0856;
}
.TagClassName
{
border-color: #4A0856;
}
</style>