Shades of Tyrian Purple #770652
Tints of Tyrian Purple #770652
RGB
CMYK
RGB Variations
Color information
#770652 (or 0x770652) is known color: Tyrian Purple. HEX triplet: 77, 06 and 52. RGB value is (119,6,82). Sum of RGB (Red+Green+Blue) = 119+6+82=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #770652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770652 is #88F9AD. Grayscale: #303030. Windows color (decimal): -8976814 or 5375607. OLE color: 5375607.
HSL color Cylindrical-coordinate representation of color #770652: hue angle of 319.65º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770652 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 82 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.53 |
| HSL | 319.65º | 0.9% | 0.25% | - |
| HSV(B) | 319.65º | 0.95% | 0.47% | - |
| XYZ | 9.2 | 4.66 | 8.4 | - |
| YUV | 48.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 82 | 0 | 0.95 | 0.31 | 0.53 | 319.65 | 0.9 | 0.25 |
| Hex | 77 | 6 | 52 | 0 | 5F | 1F | 35 | 140 | 5A | 19 |
| Octal | 167 | 6 | 122 | 0 | 137 | 37 | 65 | 500 | 132 | 31 |
| Binary | 1110111 | 110 | 1010010 | 0 | 1011111 | 11111 | 110101 | 101000000 | 1011010 | 11001 |
Color Harmonies of #770652
Complementary color
Monochromatic Colors of #770652
Black with #770652
Text Example
Text Example
White with #770652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770652; }
p { color: rgb(119,6,82); }
H1.HeaderClassName
{
color: #770652;
}
.AnyTagClassName
{
color: #770652;
}
</style>
background-color css
<style>
a { background-color: #770652; }
a { background-color: rgb(119,6,82); }
div.DivClassName
{
background-color: #770652;
}
.BgClassName
{
background-color: #770652;
}
</style>
border-color css
<style>
span { border-color: #770652; }
span { border-color: rgb(119,6,82); }
td.TdClassName
{
border-color: #770652;
}
.TagClassName
{
border-color: #770652;
}
</style>