Shades of Tyrian Purple #770B36
Tints of Tyrian Purple #770B36
RGB
CMYK
RGB Variations
Color information
#770B36 (or 0x770B36) is known color: Tyrian Purple. HEX triplet: 77, 0B and 36. RGB value is (119,11,54). Sum of RGB (Red+Green+Blue) = 119+11+54=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #770B36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770B36 is #88F4C9. Grayscale: #303030. Windows color (decimal): -8975562 or 3541879. OLE color: 3541879.
HSL color Cylindrical-coordinate representation of color #770B36: hue angle of 336.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B36 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 11 | 54 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.53 |
| HSL | 336.11º | 0.83% | 0.25% | - |
| HSV(B) | 336.11º | 0.91% | 0.47% | - |
| XYZ | 8.39 | 4.43 | 3.9 | - |
| YUV | 48.19 | 131.28 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 54 | 0 | 0.91 | 0.55 | 0.53 | 336.11 | 0.83 | 0.25 |
| Hex | 77 | B | 36 | 0 | 5B | 37 | 35 | 150 | 53 | 19 |
| Octal | 167 | 13 | 66 | 0 | 133 | 67 | 65 | 520 | 123 | 31 |
| Binary | 1110111 | 1011 | 110110 | 0 | 1011011 | 110111 | 110101 | 101010000 | 1010011 | 11001 |
Color Harmonies of #770B36
Complementary color
Monochromatic Colors of #770B36
Black with #770B36
Text Example
Text Example
White with #770B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B36; }
p { color: rgb(119,11,54); }
H1.HeaderClassName
{
color: #770B36;
}
.AnyTagClassName
{
color: #770B36;
}
</style>
background-color css
<style>
a { background-color: #770B36; }
a { background-color: rgb(119,11,54); }
div.DivClassName
{
background-color: #770B36;
}
.BgClassName
{
background-color: #770B36;
}
</style>
border-color css
<style>
span { border-color: #770B36; }
span { border-color: rgb(119,11,54); }
td.TdClassName
{
border-color: #770B36;
}
.TagClassName
{
border-color: #770B36;
}
</style>