Shades of Hot Purple #4D1655
Tints of Hot Purple #4D1655
RGB
CMYK
RGB Variations
Color information
#4D1655 (or 0x4D1655) is known color: Hot Purple. HEX triplet: 4D, 16 and 55. RGB value is (77,22,85). Sum of RGB (Red+Green+Blue) = 77+22+85=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D1655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1655 is #B2E9AA. Grayscale: #2D2D2D. Windows color (decimal): -11725227 or 5576269. OLE color: 5576269.
HSL color Cylindrical-coordinate representation of color #4D1655: hue angle of 292.38º 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 #4D1655 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 22 | 85 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.67 |
| HSL | 292.38º | 0.59% | 0.21% | - |
| HSV(B) | 292.38º | 0.74% | 0.33% | - |
| XYZ | 4.99 | 2.81 | 8.87 | - |
| YUV | 45.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 85 | 0.09 | 0.74 | 0 | 0.67 | 292.38 | 0.59 | 0.21 |
| Hex | 4D | 16 | 55 | 9 | 4A | 0 | 43 | 124 | 3B | 15 |
| Octal | 115 | 26 | 125 | 11 | 112 | 0 | 103 | 444 | 73 | 25 |
| Binary | 1001101 | 10110 | 1010101 | 1001 | 1001010 | 0 | 1000011 | 100100100 | 111011 | 10101 |
Color Harmonies of #4D1655
Complementary color
Monochromatic Colors of #4D1655
Black with #4D1655
Text Example
Text Example
White with #4D1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1655; }
p { color: rgb(77,22,85); }
H1.HeaderClassName
{
color: #4D1655;
}
.AnyTagClassName
{
color: #4D1655;
}
</style>
background-color css
<style>
a { background-color: #4D1655; }
a { background-color: rgb(77,22,85); }
div.DivClassName
{
background-color: #4D1655;
}
.BgClassName
{
background-color: #4D1655;
}
</style>
border-color css
<style>
span { border-color: #4D1655; }
span { border-color: rgb(77,22,85); }
td.TdClassName
{
border-color: #4D1655;
}
.TagClassName
{
border-color: #4D1655;
}
</style>