Shades of Tyrian Purple #700658
Tints of Tyrian Purple #700658
RGB
CMYK
RGB Variations
Color information
#700658 (or 0x700658) is known color: Tyrian Purple. HEX triplet: 70, 06 and 58. RGB value is (112,6,88). Sum of RGB (Red+Green+Blue) = 112+6+88=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #700658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700658 is #8FF9A7. Grayscale: #2E2E2E. Windows color (decimal): -9435560 or 5768816. OLE color: 5768816.
HSL color Cylindrical-coordinate representation of color #700658: hue angle of 313.58º 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 #700658 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 88 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.56 |
| HSL | 313.58º | 0.9% | 0.23% | - |
| HSV(B) | 313.58º | 0.95% | 0.44% | - |
| XYZ | 8.51 | 4.28 | 9.61 | - |
| YUV | 47.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 88 | 0 | 0.95 | 0.21 | 0.56 | 313.58 | 0.9 | 0.23 |
| Hex | 70 | 6 | 58 | 0 | 5F | 15 | 38 | 13A | 5A | 17 |
| Octal | 160 | 6 | 130 | 0 | 137 | 25 | 70 | 472 | 132 | 27 |
| Binary | 1110000 | 110 | 1011000 | 0 | 1011111 | 10101 | 111000 | 100111010 | 1011010 | 10111 |
Color Harmonies of #700658
Complementary color
Monochromatic Colors of #700658
Black with #700658
Text Example
Text Example
White with #700658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700658; }
p { color: rgb(112,6,88); }
H1.HeaderClassName
{
color: #700658;
}
.AnyTagClassName
{
color: #700658;
}
</style>
background-color css
<style>
a { background-color: #700658; }
a { background-color: rgb(112,6,88); }
div.DivClassName
{
background-color: #700658;
}
.BgClassName
{
background-color: #700658;
}
</style>
border-color css
<style>
span { border-color: #700658; }
span { border-color: rgb(112,6,88); }
td.TdClassName
{
border-color: #700658;
}
.TagClassName
{
border-color: #700658;
}
</style>