Shades of Hot Purple #4D254C
Tints of Hot Purple #4D254C
RGB
CMYK
RGB Variations
Color information
#4D254C (or 0x4D254C) is known color: Hot Purple. HEX triplet: 4D, 25 and 4C. RGB value is (77,37,76). Sum of RGB (Red+Green+Blue) = 77+37+76=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 77 - color contains mainly: red. Hex color #4D254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D254C is #B2DAB3. Grayscale: #353535. Windows color (decimal): -11721396 or 4990285. OLE color: 4990285.
HSL color Cylindrical-coordinate representation of color #4D254C: hue angle of 301.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D254C is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 37 | 76 | - |
CMYK | 0 | 0.52 | 0.01 | 0.70 |
HSL | 301.5º | 0.35% | 0.22% | - |
HSV(B) | 301.5º | 0.52% | 0.3% | - |
XYZ | 5.03 | 3.42 | 7.23 | - |
YUV | 53.41 | 140.75 | 144.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 37 | 76 | 0 | 0.52 | 0.01 | 0.70 | 301.5 | 0.35 | 0.22 |
Hex | 4D | 25 | 4C | 0 | 34 | 1 | 46 | 12E | 23 | 16 |
Octal | 115 | 45 | 114 | 0 | 64 | 1 | 106 | 456 | 43 | 26 |
Binary | 1001101 | 100101 | 1001100 | 0 | 110100 | 1 | 1000110 | 100101110 | 100011 | 10110 |
Color Harmonies of #4D254C
Complementary color
Monochromatic Colors of #4D254C
Black with #4D254C
Text Example
Text Example
White with #4D254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D254C; }
p { color: rgb(77,37,76); }
H1.HeaderClassName
{
color: #4D254C;
}
.AnyTagClassName
{
color: #4D254C;
}
</style>
background-color css
<style>
a { background-color: #4D254C; }
a { background-color: rgb(77,37,76); }
div.DivClassName
{
background-color: #4D254C;
}
.BgClassName
{
background-color: #4D254C;
}
</style>
border-color css
<style>
span { border-color: #4D254C; }
span { border-color: rgb(77,37,76); }
td.TdClassName
{
border-color: #4D254C;
}
.TagClassName
{
border-color: #4D254C;
}
</style>