Shades of Tyrian Purple #75063D
Tints of Tyrian Purple #75063D
RGB
CMYK
RGB Variations
Color information
#75063D (or 0x75063D) is known color: Tyrian Purple. HEX triplet: 75, 06 and 3D. RGB value is (117,6,61). Sum of RGB (Red+Green+Blue) = 117+6+61=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75063D is #8AF9C2. Grayscale: #2D2D2D. Windows color (decimal): -9107907 or 3999349. OLE color: 3999349.
HSL color Cylindrical-coordinate representation of color #75063D: hue angle of 330.27º 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 #75063D is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 6 | 61 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.54 |
| HSL | 330.27º | 0.9% | 0.24% | - |
| HSV(B) | 330.27º | 0.95% | 0.46% | - |
| XYZ | 8.24 | 4.25 | 4.8 | - |
| YUV | 45.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 61 | 0 | 0.95 | 0.48 | 0.54 | 330.27 | 0.9 | 0.24 |
| Hex | 75 | 6 | 3D | 0 | 5F | 30 | 36 | 14A | 5A | 18 |
| Octal | 165 | 6 | 75 | 0 | 137 | 60 | 66 | 512 | 132 | 30 |
| Binary | 1110101 | 110 | 111101 | 0 | 1011111 | 110000 | 110110 | 101001010 | 1011010 | 11000 |
Color Harmonies of #75063D
Complementary color
Monochromatic Colors of #75063D
Black with #75063D
Text Example
Text Example
White with #75063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75063D; }
p { color: rgb(117,6,61); }
H1.HeaderClassName
{
color: #75063D;
}
.AnyTagClassName
{
color: #75063D;
}
</style>
background-color css
<style>
a { background-color: #75063D; }
a { background-color: rgb(117,6,61); }
div.DivClassName
{
background-color: #75063D;
}
.BgClassName
{
background-color: #75063D;
}
</style>
border-color css
<style>
span { border-color: #75063D; }
span { border-color: rgb(117,6,61); }
td.TdClassName
{
border-color: #75063D;
}
.TagClassName
{
border-color: #75063D;
}
</style>