Shades of Hot Purple #4C0953
Tints of Hot Purple #4C0953
RGB
CMYK
RGB Variations
Color information
#4C0953 (or 0x4C0953) is known color: Hot Purple. HEX triplet: 4C, 09 and 53. RGB value is (76,9,83). Sum of RGB (Red+Green+Blue) = 76+9+83=168 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.24% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C0953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0953 is #B3F6AC. Grayscale: #252525. Windows color (decimal): -11794093 or 5441868. OLE color: 5441868.
HSL color Cylindrical-coordinate representation of color #4C0953: hue angle of 294.32º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C0953 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 9 | 83 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.67 |
| HSL | 294.32º | 0.8% | 0.18% | - |
| HSV(B) | 294.32º | 0.89% | 0.33% | - |
| XYZ | 4.64 | 2.36 | 8.39 | - |
| YUV | 37.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 83 | 0.08 | 0.89 | 0 | 0.67 | 294.32 | 0.8 | 0.18 |
| Hex | 4C | 9 | 53 | 8 | 59 | 0 | 43 | 126 | 50 | 12 |
| Octal | 114 | 11 | 123 | 10 | 131 | 0 | 103 | 446 | 120 | 22 |
| Binary | 1001100 | 1001 | 1010011 | 1000 | 1011001 | 0 | 1000011 | 100100110 | 1010000 | 10010 |
Color Harmonies of #4C0953
Complementary color
Monochromatic Colors of #4C0953
Black with #4C0953
Text Example
Text Example
White with #4C0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0953; }
p { color: rgb(76,9,83); }
H1.HeaderClassName
{
color: #4C0953;
}
.AnyTagClassName
{
color: #4C0953;
}
</style>
background-color css
<style>
a { background-color: #4C0953; }
a { background-color: rgb(76,9,83); }
div.DivClassName
{
background-color: #4C0953;
}
.BgClassName
{
background-color: #4C0953;
}
</style>
border-color css
<style>
span { border-color: #4C0953; }
span { border-color: rgb(76,9,83); }
td.TdClassName
{
border-color: #4C0953;
}
.TagClassName
{
border-color: #4C0953;
}
</style>