Shades of Hot Purple #4A0755
Tints of Hot Purple #4A0755
RGB
CMYK
RGB Variations
Color information
#4A0755 (or 0x4A0755) is known color: Hot Purple. HEX triplet: 4A, 07 and 55. RGB value is (74,7,85). Sum of RGB (Red+Green+Blue) = 74+7+85=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A0755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0755 is #B5F8AA. Grayscale: #232323. Windows color (decimal): -11925675 or 5572426. OLE color: 5572426.
HSL color Cylindrical-coordinate representation of color #4A0755: hue angle of 291.54º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A0755 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 7 | 85 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.67 |
| HSL | 291.54º | 0.85% | 0.18% | - |
| HSV(B) | 291.54º | 0.92% | 0.33% | - |
| XYZ | 4.54 | 2.26 | 8.79 | - |
| YUV | 35.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 85 | 0.13 | 0.92 | 0 | 0.67 | 291.54 | 0.85 | 0.18 |
| Hex | 4A | 7 | 55 | D | 5C | 0 | 43 | 124 | 55 | 12 |
| Octal | 112 | 7 | 125 | 15 | 134 | 0 | 103 | 444 | 125 | 22 |
| Binary | 1001010 | 111 | 1010101 | 1101 | 1011100 | 0 | 1000011 | 100100100 | 1010101 | 10010 |
Color Harmonies of #4A0755
Complementary color
Monochromatic Colors of #4A0755
Black with #4A0755
Text Example
Text Example
White with #4A0755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0755; }
p { color: rgb(74,7,85); }
H1.HeaderClassName
{
color: #4A0755;
}
.AnyTagClassName
{
color: #4A0755;
}
</style>
background-color css
<style>
a { background-color: #4A0755; }
a { background-color: rgb(74,7,85); }
div.DivClassName
{
background-color: #4A0755;
}
.BgClassName
{
background-color: #4A0755;
}
</style>
border-color css
<style>
span { border-color: #4A0755; }
span { border-color: rgb(74,7,85); }
td.TdClassName
{
border-color: #4A0755;
}
.TagClassName
{
border-color: #4A0755;
}
</style>