Shades of Hot Purple #4C264B
Tints of Hot Purple #4C264B
RGB
CMYK
RGB Variations
Color information
#4C264B (or 0x4C264B) is known color: Hot Purple. HEX triplet: 4C, 26 and 4B. RGB value is (76,38,75). Sum of RGB (Red+Green+Blue) = 76+38+75=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 76 - color contains mainly: red. Hex color #4C264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C264B is #B3D9B4. Grayscale: #353535. Windows color (decimal): -11786677 or 4925004. OLE color: 4925004.
HSL color Cylindrical-coordinate representation of color #4C264B: hue angle of 301.58º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C264B is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 38 | 75 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.70 |
| HSL | 301.58º | 0.33% | 0.22% | - |
| HSV(B) | 301.58º | 0.5% | 0.3% | - |
| XYZ | 4.94 | 3.43 | 7.06 | - |
| YUV | 53.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 75 | 0 | 0.5 | 0.01 | 0.70 | 301.58 | 0.33 | 0.22 |
| Hex | 4C | 26 | 4B | 0 | 32 | 1 | 46 | 12E | 21 | 16 |
| Octal | 114 | 46 | 113 | 0 | 62 | 1 | 106 | 456 | 41 | 26 |
| Binary | 1001100 | 100110 | 1001011 | 0 | 110010 | 1 | 1000110 | 100101110 | 100001 | 10110 |
Color Harmonies of #4C264B
Complementary color
Monochromatic Colors of #4C264B
Black with #4C264B
Text Example
Text Example
White with #4C264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C264B; }
p { color: rgb(76,38,75); }
H1.HeaderClassName
{
color: #4C264B;
}
.AnyTagClassName
{
color: #4C264B;
}
</style>
background-color css
<style>
a { background-color: #4C264B; }
a { background-color: rgb(76,38,75); }
div.DivClassName
{
background-color: #4C264B;
}
.BgClassName
{
background-color: #4C264B;
}
</style>
border-color css
<style>
span { border-color: #4C264B; }
span { border-color: rgb(76,38,75); }
td.TdClassName
{
border-color: #4C264B;
}
.TagClassName
{
border-color: #4C264B;
}
</style>