Shades of Tyrian Purple #4B023C
Tints of Tyrian Purple #4B023C
RGB
CMYK
RGB Variations
Color information
#4B023C (or 0x4B023C) is known color: Tyrian Purple. HEX triplet: 4B, 02 and 3C. RGB value is (75,2,60). Sum of RGB (Red+Green+Blue) = 75+2+60=137 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.74% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 75 - color contains mainly: red. Hex color #4B023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B023C is #B4FDC3. Grayscale: #1E1E1E. Windows color (decimal): -11861444 or 3932747. OLE color: 3932747.
HSL color Cylindrical-coordinate representation of color #4B023C: hue angle of 312.33º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B023C is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 2 | 60 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.71 |
| HSL | 312.33º | 0.95% | 0.15% | - |
| HSV(B) | 312.33º | 0.97% | 0.29% | - |
| XYZ | 3.74 | 1.87 | 4.44 | - |
| YUV | 30.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 60 | 0 | 0.97 | 0.20 | 0.71 | 312.33 | 0.95 | 0.15 |
| Hex | 4B | 2 | 3C | 0 | 61 | 14 | 47 | 138 | 5F | F |
| Octal | 113 | 2 | 74 | 0 | 141 | 24 | 107 | 470 | 137 | 17 |
| Binary | 1001011 | 10 | 111100 | 0 | 1100001 | 10100 | 1000111 | 100111000 | 1011111 | 1111 |
Color Harmonies of #4B023C
Complementary color
Monochromatic Colors of #4B023C
Black with #4B023C
Text Example
Text Example
White with #4B023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B023C; }
p { color: rgb(75,2,60); }
H1.HeaderClassName
{
color: #4B023C;
}
.AnyTagClassName
{
color: #4B023C;
}
</style>
background-color css
<style>
a { background-color: #4B023C; }
a { background-color: rgb(75,2,60); }
div.DivClassName
{
background-color: #4B023C;
}
.BgClassName
{
background-color: #4B023C;
}
</style>
border-color css
<style>
span { border-color: #4B023C; }
span { border-color: rgb(75,2,60); }
td.TdClassName
{
border-color: #4B023C;
}
.TagClassName
{
border-color: #4B023C;
}
</style>