Shades of Tyrian Purple #750253
Tints of Tyrian Purple #750253
RGB
CMYK
RGB Variations
Color information
#750253 (or 0x750253) is known color: Tyrian Purple. HEX triplet: 75, 02 and 53. RGB value is (117,2,83). Sum of RGB (Red+Green+Blue) = 117+2+83=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #750253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750253 is #8AFDAC. Grayscale: #2D2D2D. Windows color (decimal): -9108909 or 5440117. OLE color: 5440117.
HSL color Cylindrical-coordinate representation of color #750253: hue angle of 317.74º 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 #750253 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 83 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.54 |
| HSL | 317.74º | 0.97% | 0.23% | - |
| HSV(B) | 317.74º | 0.98% | 0.46% | - |
| XYZ | 8.92 | 4.45 | 8.57 | - |
| YUV | 45.62 | 149.1 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 83 | 0 | 0.98 | 0.29 | 0.54 | 317.74 | 0.97 | 0.23 |
| Hex | 75 | 2 | 53 | 0 | 62 | 1D | 36 | 13E | 61 | 17 |
| Octal | 165 | 2 | 123 | 0 | 142 | 35 | 66 | 476 | 141 | 27 |
| Binary | 1110101 | 10 | 1010011 | 0 | 1100010 | 11101 | 110110 | 100111110 | 1100001 | 10111 |
Color Harmonies of #750253
Complementary color
Monochromatic Colors of #750253
Black with #750253
Text Example
Text Example
White with #750253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750253; }
p { color: rgb(117,2,83); }
H1.HeaderClassName
{
color: #750253;
}
.AnyTagClassName
{
color: #750253;
}
</style>
background-color css
<style>
a { background-color: #750253; }
a { background-color: rgb(117,2,83); }
div.DivClassName
{
background-color: #750253;
}
.BgClassName
{
background-color: #750253;
}
</style>
border-color css
<style>
span { border-color: #750253; }
span { border-color: rgb(117,2,83); }
td.TdClassName
{
border-color: #750253;
}
.TagClassName
{
border-color: #750253;
}
</style>