Shades of Tyrian Purple #60074B
Tints of Tyrian Purple #60074B
RGB
CMYK
RGB Variations
Color information
#60074B (or 0x60074B) is known color: Tyrian Purple. HEX triplet: 60, 07 and 4B. RGB value is (96,7,75). Sum of RGB (Red+Green+Blue) = 96+7+75=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60074B is #9FF8B4. Grayscale: #292929. Windows color (decimal): -10483893 or 4917088. OLE color: 4917088.
HSL color Cylindrical-coordinate representation of color #60074B: hue angle of 314.16º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60074B is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 7 | 75 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.62 |
| HSL | 314.16º | 0.86% | 0.2% | - |
| HSV(B) | 314.16º | 0.93% | 0.38% | - |
| XYZ | 6.17 | 3.15 | 6.94 | - |
| YUV | 41.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 75 | 0 | 0.93 | 0.22 | 0.62 | 314.16 | 0.86 | 0.2 |
| Hex | 60 | 7 | 4B | 0 | 5D | 16 | 3E | 13A | 56 | 14 |
| Octal | 140 | 7 | 113 | 0 | 135 | 26 | 76 | 472 | 126 | 24 |
| Binary | 1100000 | 111 | 1001011 | 0 | 1011101 | 10110 | 111110 | 100111010 | 1010110 | 10100 |
Color Harmonies of #60074B
Complementary color
Monochromatic Colors of #60074B
Black with #60074B
Text Example
Text Example
White with #60074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60074B; }
p { color: rgb(96,7,75); }
H1.HeaderClassName
{
color: #60074B;
}
.AnyTagClassName
{
color: #60074B;
}
</style>
background-color css
<style>
a { background-color: #60074B; }
a { background-color: rgb(96,7,75); }
div.DivClassName
{
background-color: #60074B;
}
.BgClassName
{
background-color: #60074B;
}
</style>
border-color css
<style>
span { border-color: #60074B; }
span { border-color: rgb(96,7,75); }
td.TdClassName
{
border-color: #60074B;
}
.TagClassName
{
border-color: #60074B;
}
</style>