Shades of Hot Purple #4A264F
Tints of Hot Purple #4A264F
RGB
CMYK
RGB Variations
Color information
#4A264F (or 0x4A264F) is known color: Hot Purple. HEX triplet: 4A, 26 and 4F. RGB value is (74,38,79). Sum of RGB (Red+Green+Blue) = 74+38+79=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A264F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A264F is #B5D9B0. Grayscale: #353535. Windows color (decimal): -11917745 or 5187146. OLE color: 5187146.
HSL color Cylindrical-coordinate representation of color #4A264F: hue angle of 292.68º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A264F is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 38 | 79 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.69 |
| HSL | 292.68º | 0.35% | 0.23% | - |
| HSV(B) | 292.68º | 0.52% | 0.31% | - |
| XYZ | 4.93 | 3.41 | 7.79 | - |
| YUV | 53.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 79 | 0.06 | 0.52 | 0 | 0.69 | 292.68 | 0.35 | 0.23 |
| Hex | 4A | 26 | 4F | 6 | 34 | 0 | 45 | 125 | 23 | 17 |
| Octal | 112 | 46 | 117 | 6 | 64 | 0 | 105 | 445 | 43 | 27 |
| Binary | 1001010 | 100110 | 1001111 | 110 | 110100 | 0 | 1000101 | 100100101 | 100011 | 10111 |
Color Harmonies of #4A264F
Complementary color
Monochromatic Colors of #4A264F
Black with #4A264F
Text Example
Text Example
White with #4A264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A264F; }
p { color: rgb(74,38,79); }
H1.HeaderClassName
{
color: #4A264F;
}
.AnyTagClassName
{
color: #4A264F;
}
</style>
background-color css
<style>
a { background-color: #4A264F; }
a { background-color: rgb(74,38,79); }
div.DivClassName
{
background-color: #4A264F;
}
.BgClassName
{
background-color: #4A264F;
}
</style>
border-color css
<style>
span { border-color: #4A264F; }
span { border-color: rgb(74,38,79); }
td.TdClassName
{
border-color: #4A264F;
}
.TagClassName
{
border-color: #4A264F;
}
</style>