Shades of Hot Purple #4A234B
Tints of Hot Purple #4A234B
RGB
CMYK
RGB Variations
Color information
#4A234B (or 0x4A234B) is known color: Hot Purple. HEX triplet: 4A, 23 and 4B. RGB value is (74,35,75). Sum of RGB (Red+Green+Blue) = 74+35+75=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A234B is #B5DCB4. Grayscale: #333333. Windows color (decimal): -11918517 or 4924234. OLE color: 4924234.
HSL color Cylindrical-coordinate representation of color #4A234B: hue angle of 298.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A234B is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 74 | 35 | 75 | - |
CMYK | 0.01 | 0.53 | 0 | 0.71 |
HSL | 298.5º | 0.36% | 0.22% | - |
HSV(B) | 298.5º | 0.53% | 0.29% | - |
XYZ | 4.7 | 3.17 | 7.02 | - |
YUV | 51.22 | 141.42 | 144.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 74 | 35 | 75 | 0.01 | 0.53 | 0 | 0.71 | 298.5 | 0.36 | 0.22 |
Hex | 4A | 23 | 4B | 1 | 35 | 0 | 47 | 12A | 24 | 16 |
Octal | 112 | 43 | 113 | 1 | 65 | 0 | 107 | 452 | 44 | 26 |
Binary | 1001010 | 100011 | 1001011 | 1 | 110101 | 0 | 1000111 | 100101010 | 100100 | 10110 |
Color Harmonies of #4A234B
Complementary color
Monochromatic Colors of #4A234B
Black with #4A234B
Text Example
Text Example
White with #4A234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A234B; }
p { color: rgb(74,35,75); }
H1.HeaderClassName
{
color: #4A234B;
}
.AnyTagClassName
{
color: #4A234B;
}
</style>
background-color css
<style>
a { background-color: #4A234B; }
a { background-color: rgb(74,35,75); }
div.DivClassName
{
background-color: #4A234B;
}
.BgClassName
{
background-color: #4A234B;
}
</style>
border-color css
<style>
span { border-color: #4A234B; }
span { border-color: rgb(74,35,75); }
td.TdClassName
{
border-color: #4A234B;
}
.TagClassName
{
border-color: #4A234B;
}
</style>