Shades of Hot Purple #4A0250
Tints of Hot Purple #4A0250
RGB
CMYK
RGB Variations
Color information
#4A0250 (or 0x4A0250) is known color: Hot Purple. HEX triplet: 4A, 02 and 50. RGB value is (74,2,80). Sum of RGB (Red+Green+Blue) = 74+2+80=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A0250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0250 is #B5FDAF. Grayscale: #202020. Windows color (decimal): -11926960 or 5243466. OLE color: 5243466.
HSL color Cylindrical-coordinate representation of color #4A0250: hue angle of 295.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A0250 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 2 | 80 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.69 |
| HSL | 295.38º | 0.95% | 0.16% | - |
| HSV(B) | 295.38º | 0.98% | 0.31% | - |
| XYZ | 4.29 | 2.08 | 7.76 | - |
| YUV | 32.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 80 | 0.08 | 0.98 | 0 | 0.69 | 295.38 | 0.95 | 0.16 |
| Hex | 4A | 2 | 50 | 8 | 62 | 0 | 45 | 127 | 5F | 10 |
| Octal | 112 | 2 | 120 | 10 | 142 | 0 | 105 | 447 | 137 | 20 |
| Binary | 1001010 | 10 | 1010000 | 1000 | 1100010 | 0 | 1000101 | 100100111 | 1011111 | 10000 |
Color Harmonies of #4A0250
Complementary color
Monochromatic Colors of #4A0250
Black with #4A0250
Text Example
Text Example
White with #4A0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0250; }
p { color: rgb(74,2,80); }
H1.HeaderClassName
{
color: #4A0250;
}
.AnyTagClassName
{
color: #4A0250;
}
</style>
background-color css
<style>
a { background-color: #4A0250; }
a { background-color: rgb(74,2,80); }
div.DivClassName
{
background-color: #4A0250;
}
.BgClassName
{
background-color: #4A0250;
}
</style>
border-color css
<style>
span { border-color: #4A0250; }
span { border-color: rgb(74,2,80); }
td.TdClassName
{
border-color: #4A0250;
}
.TagClassName
{
border-color: #4A0250;
}
</style>