Shades of Tyrian Purple #75023E
Tints of Tyrian Purple #75023E
RGB
CMYK
RGB Variations
Color information
#75023E (or 0x75023E) is known color: Tyrian Purple. HEX triplet: 75, 02 and 3E. RGB value is (117,2,62). Sum of RGB (Red+Green+Blue) = 117+2+62=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75023E is #8AFDC1. Grayscale: #2B2B2B. Windows color (decimal): -9108930 or 4063861. OLE color: 4063861.
HSL color Cylindrical-coordinate representation of color #75023E: hue angle of 328.7º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75023E is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 62 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.54 |
| HSL | 328.7º | 0.97% | 0.23% | - |
| HSV(B) | 328.7º | 0.98% | 0.46% | - |
| XYZ | 8.23 | 4.17 | 4.93 | - |
| YUV | 43.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 62 | 0 | 0.98 | 0.47 | 0.54 | 328.7 | 0.97 | 0.23 |
| Hex | 75 | 2 | 3E | 0 | 62 | 2F | 36 | 149 | 61 | 17 |
| Octal | 165 | 2 | 76 | 0 | 142 | 57 | 66 | 511 | 141 | 27 |
| Binary | 1110101 | 10 | 111110 | 0 | 1100010 | 101111 | 110110 | 101001001 | 1100001 | 10111 |
Color Harmonies of #75023E
Complementary color
Monochromatic Colors of #75023E
Black with #75023E
Text Example
Text Example
White with #75023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75023E; }
p { color: rgb(117,2,62); }
H1.HeaderClassName
{
color: #75023E;
}
.AnyTagClassName
{
color: #75023E;
}
</style>
background-color css
<style>
a { background-color: #75023E; }
a { background-color: rgb(117,2,62); }
div.DivClassName
{
background-color: #75023E;
}
.BgClassName
{
background-color: #75023E;
}
</style>
border-color css
<style>
span { border-color: #75023E; }
span { border-color: rgb(117,2,62); }
td.TdClassName
{
border-color: #75023E;
}
.TagClassName
{
border-color: #75023E;
}
</style>