Shades of Hot Purple #4A1352
Tints of Hot Purple #4A1352
RGB
CMYK
RGB Variations
Color information
#4A1352 (or 0x4A1352) is known color: Hot Purple. HEX triplet: 4A, 13 and 52. RGB value is (74,19,82). Sum of RGB (Red+Green+Blue) = 74+19+82=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #4A1352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1352 is #B5ECAD. Grayscale: #2A2A2A. Windows color (decimal): -11922606 or 5378890. OLE color: 5378890.
HSL color Cylindrical-coordinate representation of color #4A1352: hue angle of 292.38º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A1352 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 19 | 82 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.68 |
| HSL | 292.38º | 0.62% | 0.2% | - |
| HSV(B) | 292.38º | 0.77% | 0.32% | - |
| XYZ | 4.58 | 2.53 | 8.23 | - |
| YUV | 42.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 82 | 0.10 | 0.77 | 0 | 0.68 | 292.38 | 0.62 | 0.2 |
| Hex | 4A | 13 | 52 | A | 4D | 0 | 44 | 124 | 3E | 14 |
| Octal | 112 | 23 | 122 | 12 | 115 | 0 | 104 | 444 | 76 | 24 |
| Binary | 1001010 | 10011 | 1010010 | 1010 | 1001101 | 0 | 1000100 | 100100100 | 111110 | 10100 |
Color Harmonies of #4A1352
Complementary color
Monochromatic Colors of #4A1352
Black with #4A1352
Text Example
Text Example
White with #4A1352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1352; }
p { color: rgb(74,19,82); }
H1.HeaderClassName
{
color: #4A1352;
}
.AnyTagClassName
{
color: #4A1352;
}
</style>
background-color css
<style>
a { background-color: #4A1352; }
a { background-color: rgb(74,19,82); }
div.DivClassName
{
background-color: #4A1352;
}
.BgClassName
{
background-color: #4A1352;
}
</style>
border-color css
<style>
span { border-color: #4A1352; }
span { border-color: rgb(74,19,82); }
td.TdClassName
{
border-color: #4A1352;
}
.TagClassName
{
border-color: #4A1352;
}
</style>