Shades of Hot Purple #4A0253
Tints of Hot Purple #4A0253
RGB
CMYK
RGB Variations
Color information
#4A0253 (or 0x4A0253) is known color: Hot Purple. HEX triplet: 4A, 02 and 53. RGB value is (74,2,83). Sum of RGB (Red+Green+Blue) = 74+2+83=159 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.54% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A0253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0253 is #B5FDAC. Grayscale: #202020. Windows color (decimal): -11926957 or 5440074. OLE color: 5440074.
HSL color Cylindrical-coordinate representation of color #4A0253: hue angle of 293.33º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A0253 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 2 | 83 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.67 |
| HSL | 293.33º | 0.95% | 0.17% | - |
| HSV(B) | 293.33º | 0.98% | 0.33% | - |
| XYZ | 4.41 | 2.12 | 8.36 | - |
| YUV | 32.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 83 | 0.11 | 0.98 | 0 | 0.67 | 293.33 | 0.95 | 0.17 |
| Hex | 4A | 2 | 53 | B | 62 | 0 | 43 | 125 | 5F | 11 |
| Octal | 112 | 2 | 123 | 13 | 142 | 0 | 103 | 445 | 137 | 21 |
| Binary | 1001010 | 10 | 1010011 | 1011 | 1100010 | 0 | 1000011 | 100100101 | 1011111 | 10001 |
Color Harmonies of #4A0253
Complementary color
Monochromatic Colors of #4A0253
Black with #4A0253
Text Example
Text Example
White with #4A0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0253; }
p { color: rgb(74,2,83); }
H1.HeaderClassName
{
color: #4A0253;
}
.AnyTagClassName
{
color: #4A0253;
}
</style>
background-color css
<style>
a { background-color: #4A0253; }
a { background-color: rgb(74,2,83); }
div.DivClassName
{
background-color: #4A0253;
}
.BgClassName
{
background-color: #4A0253;
}
</style>
border-color css
<style>
span { border-color: #4A0253; }
span { border-color: rgb(74,2,83); }
td.TdClassName
{
border-color: #4A0253;
}
.TagClassName
{
border-color: #4A0253;
}
</style>