Shades of Tyrian Purple #75003F
Tints of Tyrian Purple #75003F
RGB
CMYK
RGB Variations
Color information
#75003F (or 0x75003F) is known color: Tyrian Purple. HEX triplet: 75, 00 and 3F. RGB value is (117,0,63). Sum of RGB (Red+Green+Blue) = 117+0+63=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75003F is #8AFFC0. Grayscale: #2A2A2A. Windows color (decimal): -9109441 or 4128885. OLE color: 4128885.
HSL color Cylindrical-coordinate representation of color #75003F: hue angle of 327.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75003F is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.46 | 0.54 |
| HSL | 327.69º | 1% | 0.23% | - |
| HSV(B) | 327.69º | 1% | 0.46% | - |
| XYZ | 8.23 | 4.14 | 5.07 | - |
| YUV | 42.17 | 139.76 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 63 | 0 | 1 | 0.46 | 0.54 | 327.69 | 1 | 0.23 |
| Hex | 75 | 0 | 3F | 0 | 64 | 2E | 36 | 148 | 64 | 17 |
| Octal | 165 | 0 | 77 | 0 | 144 | 56 | 66 | 510 | 144 | 27 |
| Binary | 1110101 | 0 | 111111 | 0 | 1100100 | 101110 | 110110 | 101001000 | 1100100 | 10111 |
Color Harmonies of #75003F
Complementary color
Monochromatic Colors of #75003F
Black with #75003F
Text Example
Text Example
White with #75003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75003F; }
p { color: rgb(117,0,63); }
H1.HeaderClassName
{
color: #75003F;
}
.AnyTagClassName
{
color: #75003F;
}
</style>
background-color css
<style>
a { background-color: #75003F; }
a { background-color: rgb(117,0,63); }
div.DivClassName
{
background-color: #75003F;
}
.BgClassName
{
background-color: #75003F;
}
</style>
border-color css
<style>
span { border-color: #75003F; }
span { border-color: rgb(117,0,63); }
td.TdClassName
{
border-color: #75003F;
}
.TagClassName
{
border-color: #75003F;
}
</style>