Shades of Hot Purple #4A0452
Tints of Hot Purple #4A0452
RGB
CMYK
RGB Variations
Color information
#4A0452 (or 0x4A0452) is known color: Hot Purple. HEX triplet: 4A, 04 and 52. RGB value is (74,4,82). Sum of RGB (Red+Green+Blue) = 74+4+82=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #4A0452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0452 is #B5FBAD. Grayscale: #212121. Windows color (decimal): -11926446 or 5375050. OLE color: 5375050.
HSL color Cylindrical-coordinate representation of color #4A0452: hue angle of 293.85º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0452 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 4 | 82 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.68 |
| HSL | 293.85º | 0.91% | 0.17% | - |
| HSV(B) | 293.85º | 0.95% | 0.32% | - |
| XYZ | 4.39 | 2.15 | 8.17 | - |
| YUV | 33.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 82 | 0.10 | 0.95 | 0 | 0.68 | 293.85 | 0.91 | 0.17 |
| Hex | 4A | 4 | 52 | A | 5F | 0 | 44 | 126 | 5B | 11 |
| Octal | 112 | 4 | 122 | 12 | 137 | 0 | 104 | 446 | 133 | 21 |
| Binary | 1001010 | 100 | 1010010 | 1010 | 1011111 | 0 | 1000100 | 100100110 | 1011011 | 10001 |
Color Harmonies of #4A0452
Complementary color
Monochromatic Colors of #4A0452
Black with #4A0452
Text Example
Text Example
White with #4A0452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0452; }
p { color: rgb(74,4,82); }
H1.HeaderClassName
{
color: #4A0452;
}
.AnyTagClassName
{
color: #4A0452;
}
</style>
background-color css
<style>
a { background-color: #4A0452; }
a { background-color: rgb(74,4,82); }
div.DivClassName
{
background-color: #4A0452;
}
.BgClassName
{
background-color: #4A0452;
}
</style>
border-color css
<style>
span { border-color: #4A0452; }
span { border-color: rgb(74,4,82); }
td.TdClassName
{
border-color: #4A0452;
}
.TagClassName
{
border-color: #4A0452;
}
</style>