Shades of Hot Purple #4C0253
Tints of Hot Purple #4C0253
RGB
CMYK
RGB Variations
Color information
#4C0253 (or 0x4C0253) is known color: Hot Purple. HEX triplet: 4C, 02 and 53. RGB value is (76,2,83). Sum of RGB (Red+Green+Blue) = 76+2+83=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C0253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0253 is #B3FDAC. Grayscale: #212121. Windows color (decimal): -11795885 or 5440076. OLE color: 5440076.
HSL color Cylindrical-coordinate representation of color #4C0253: hue angle of 294.81º 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 #4C0253 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 2 | 83 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.67 |
| HSL | 294.81º | 0.95% | 0.17% | - |
| HSV(B) | 294.81º | 0.98% | 0.33% | - |
| XYZ | 4.56 | 2.2 | 8.37 | - |
| YUV | 33.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 83 | 0.08 | 0.98 | 0 | 0.67 | 294.81 | 0.95 | 0.17 |
| Hex | 4C | 2 | 53 | 8 | 62 | 0 | 43 | 127 | 5F | 11 |
| Octal | 114 | 2 | 123 | 10 | 142 | 0 | 103 | 447 | 137 | 21 |
| Binary | 1001100 | 10 | 1010011 | 1000 | 1100010 | 0 | 1000011 | 100100111 | 1011111 | 10001 |
Color Harmonies of #4C0253
Complementary color
Monochromatic Colors of #4C0253
Black with #4C0253
Text Example
Text Example
White with #4C0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0253; }
p { color: rgb(76,2,83); }
H1.HeaderClassName
{
color: #4C0253;
}
.AnyTagClassName
{
color: #4C0253;
}
</style>
background-color css
<style>
a { background-color: #4C0253; }
a { background-color: rgb(76,2,83); }
div.DivClassName
{
background-color: #4C0253;
}
.BgClassName
{
background-color: #4C0253;
}
</style>
border-color css
<style>
span { border-color: #4C0253; }
span { border-color: rgb(76,2,83); }
td.TdClassName
{
border-color: #4C0253;
}
.TagClassName
{
border-color: #4C0253;
}
</style>