Shades of Hot Purple #4A0353
Tints of Hot Purple #4A0353
RGB
CMYK
RGB Variations
Color information
#4A0353 (or 0x4A0353) is known color: Hot Purple. HEX triplet: 4A, 03 and 53. RGB value is (74,3,83). Sum of RGB (Red+Green+Blue) = 74+3+83=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A0353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0353 is #B5FCAC. Grayscale: #212121. Windows color (decimal): -11926701 or 5440330. OLE color: 5440330.
HSL color Cylindrical-coordinate representation of color #4A0353: hue angle of 293.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A0353 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 3 | 83 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.67 |
| HSL | 293.25º | 0.93% | 0.17% | - |
| HSV(B) | 293.25º | 0.96% | 0.33% | - |
| XYZ | 4.42 | 2.15 | 8.36 | - |
| YUV | 33.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 83 | 0.11 | 0.96 | 0 | 0.67 | 293.25 | 0.93 | 0.17 |
| Hex | 4A | 3 | 53 | B | 60 | 0 | 43 | 125 | 5D | 11 |
| Octal | 112 | 3 | 123 | 13 | 140 | 0 | 103 | 445 | 135 | 21 |
| Binary | 1001010 | 11 | 1010011 | 1011 | 1100000 | 0 | 1000011 | 100100101 | 1011101 | 10001 |
Color Harmonies of #4A0353
Complementary color
Monochromatic Colors of #4A0353
Black with #4A0353
Text Example
Text Example
White with #4A0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0353; }
p { color: rgb(74,3,83); }
H1.HeaderClassName
{
color: #4A0353;
}
.AnyTagClassName
{
color: #4A0353;
}
</style>
background-color css
<style>
a { background-color: #4A0353; }
a { background-color: rgb(74,3,83); }
div.DivClassName
{
background-color: #4A0353;
}
.BgClassName
{
background-color: #4A0353;
}
</style>
border-color css
<style>
span { border-color: #4A0353; }
span { border-color: rgb(74,3,83); }
td.TdClassName
{
border-color: #4A0353;
}
.TagClassName
{
border-color: #4A0353;
}
</style>