Shades of Tyrian Purple #74035B
Tints of Tyrian Purple #74035B
RGB
CMYK
RGB Variations
Color information
#74035B (or 0x74035B) is known color: Tyrian Purple. HEX triplet: 74, 03 and 5B. RGB value is (116,3,91). Sum of RGB (Red+Green+Blue) = 116+3+91=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74035B is #8BFCA4. Grayscale: #2E2E2E. Windows color (decimal): -9174181 or 5964660. OLE color: 5964660.
HSL color Cylindrical-coordinate representation of color #74035B: hue angle of 313.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74035B is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 3 | 91 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.55 |
| HSL | 313.27º | 0.95% | 0.23% | - |
| HSV(B) | 313.27º | 0.97% | 0.45% | - |
| XYZ | 9.12 | 4.53 | 10.29 | - |
| YUV | 46.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 91 | 0 | 0.97 | 0.22 | 0.55 | 313.27 | 0.95 | 0.23 |
| Hex | 74 | 3 | 5B | 0 | 61 | 16 | 37 | 139 | 5F | 17 |
| Octal | 164 | 3 | 133 | 0 | 141 | 26 | 67 | 471 | 137 | 27 |
| Binary | 1110100 | 11 | 1011011 | 0 | 1100001 | 10110 | 110111 | 100111001 | 1011111 | 10111 |
Color Harmonies of #74035B
Complementary color
Monochromatic Colors of #74035B
Black with #74035B
Text Example
Text Example
White with #74035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74035B; }
p { color: rgb(116,3,91); }
H1.HeaderClassName
{
color: #74035B;
}
.AnyTagClassName
{
color: #74035B;
}
</style>
background-color css
<style>
a { background-color: #74035B; }
a { background-color: rgb(116,3,91); }
div.DivClassName
{
background-color: #74035B;
}
.BgClassName
{
background-color: #74035B;
}
</style>
border-color css
<style>
span { border-color: #74035B; }
span { border-color: rgb(116,3,91); }
td.TdClassName
{
border-color: #74035B;
}
.TagClassName
{
border-color: #74035B;
}
</style>