Shades of Tyrian Purple #750653
Tints of Tyrian Purple #750653
RGB
CMYK
RGB Variations
Color information
#750653 (or 0x750653) is known color: Tyrian Purple. HEX triplet: 75, 06 and 53. RGB value is (117,6,83). Sum of RGB (Red+Green+Blue) = 117+6+83=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #750653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750653 is #8AF9AC. Grayscale: #2F2F2F. Windows color (decimal): -9107885 or 5441141. OLE color: 5441141.
HSL color Cylindrical-coordinate representation of color #750653: hue angle of 318.38º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750653 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 6 | 83 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.54 |
| HSL | 318.38º | 0.9% | 0.24% | - |
| HSV(B) | 318.38º | 0.95% | 0.46% | - |
| XYZ | 8.96 | 4.54 | 8.59 | - |
| YUV | 47.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 83 | 0 | 0.95 | 0.29 | 0.54 | 318.38 | 0.9 | 0.24 |
| Hex | 75 | 6 | 53 | 0 | 5F | 1D | 36 | 13E | 5A | 18 |
| Octal | 165 | 6 | 123 | 0 | 137 | 35 | 66 | 476 | 132 | 30 |
| Binary | 1110101 | 110 | 1010011 | 0 | 1011111 | 11101 | 110110 | 100111110 | 1011010 | 11000 |
Color Harmonies of #750653
Complementary color
Monochromatic Colors of #750653
Black with #750653
Text Example
Text Example
White with #750653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750653; }
p { color: rgb(117,6,83); }
H1.HeaderClassName
{
color: #750653;
}
.AnyTagClassName
{
color: #750653;
}
</style>
background-color css
<style>
a { background-color: #750653; }
a { background-color: rgb(117,6,83); }
div.DivClassName
{
background-color: #750653;
}
.BgClassName
{
background-color: #750653;
}
</style>
border-color css
<style>
span { border-color: #750653; }
span { border-color: rgb(117,6,83); }
td.TdClassName
{
border-color: #750653;
}
.TagClassName
{
border-color: #750653;
}
</style>