Shades of Hot Purple #4E1655
Tints of Hot Purple #4E1655
RGB
CMYK
RGB Variations
Color information
#4E1655 (or 0x4E1655) is known color: Hot Purple. HEX triplet: 4E, 16 and 55. RGB value is (78,22,85). Sum of RGB (Red+Green+Blue) = 78+22+85=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E1655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1655 is #B1E9AA. Grayscale: #2D2D2D. Windows color (decimal): -11659691 or 5576270. OLE color: 5576270.
HSL color Cylindrical-coordinate representation of color #4E1655: hue angle of 293.33º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E1655 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 22 | 85 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.67 |
| HSL | 293.33º | 0.59% | 0.21% | - |
| HSV(B) | 293.33º | 0.74% | 0.33% | - |
| XYZ | 5.07 | 2.85 | 8.88 | - |
| YUV | 45.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 85 | 0.08 | 0.74 | 0 | 0.67 | 293.33 | 0.59 | 0.21 |
| Hex | 4E | 16 | 55 | 8 | 4A | 0 | 43 | 125 | 3B | 15 |
| Octal | 116 | 26 | 125 | 10 | 112 | 0 | 103 | 445 | 73 | 25 |
| Binary | 1001110 | 10110 | 1010101 | 1000 | 1001010 | 0 | 1000011 | 100100101 | 111011 | 10101 |
Color Harmonies of #4E1655
Complementary color
Monochromatic Colors of #4E1655
Black with #4E1655
Text Example
Text Example
White with #4E1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1655; }
p { color: rgb(78,22,85); }
H1.HeaderClassName
{
color: #4E1655;
}
.AnyTagClassName
{
color: #4E1655;
}
</style>
background-color css
<style>
a { background-color: #4E1655; }
a { background-color: rgb(78,22,85); }
div.DivClassName
{
background-color: #4E1655;
}
.BgClassName
{
background-color: #4E1655;
}
</style>
border-color css
<style>
span { border-color: #4E1655; }
span { border-color: rgb(78,22,85); }
td.TdClassName
{
border-color: #4E1655;
}
.TagClassName
{
border-color: #4E1655;
}
</style>