Shades of Tyrian Purple #700654
Tints of Tyrian Purple #700654
RGB
CMYK
RGB Variations
Color information
#700654 (or 0x700654) is known color: Tyrian Purple. HEX triplet: 70, 06 and 54. RGB value is (112,6,84). Sum of RGB (Red+Green+Blue) = 112+6+84=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #700654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700654 is #8FF9AB. Grayscale: #2E2E2E. Windows color (decimal): -9435564 or 5506672. OLE color: 5506672.
HSL color Cylindrical-coordinate representation of color #700654: hue angle of 315.85º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700654 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 84 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.56 |
| HSL | 315.85º | 0.9% | 0.23% | - |
| HSV(B) | 315.85º | 0.95% | 0.44% | - |
| XYZ | 8.35 | 4.22 | 8.76 | - |
| YUV | 46.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 84 | 0 | 0.95 | 0.25 | 0.56 | 315.85 | 0.9 | 0.23 |
| Hex | 70 | 6 | 54 | 0 | 5F | 19 | 38 | 13C | 5A | 17 |
| Octal | 160 | 6 | 124 | 0 | 137 | 31 | 70 | 474 | 132 | 27 |
| Binary | 1110000 | 110 | 1010100 | 0 | 1011111 | 11001 | 111000 | 100111100 | 1011010 | 10111 |
Color Harmonies of #700654
Complementary color
Monochromatic Colors of #700654
Black with #700654
Text Example
Text Example
White with #700654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700654; }
p { color: rgb(112,6,84); }
H1.HeaderClassName
{
color: #700654;
}
.AnyTagClassName
{
color: #700654;
}
</style>
background-color css
<style>
a { background-color: #700654; }
a { background-color: rgb(112,6,84); }
div.DivClassName
{
background-color: #700654;
}
.BgClassName
{
background-color: #700654;
}
</style>
border-color css
<style>
span { border-color: #700654; }
span { border-color: rgb(112,6,84); }
td.TdClassName
{
border-color: #700654;
}
.TagClassName
{
border-color: #700654;
}
</style>