Shades of Tyrian Purple #700652
Tints of Tyrian Purple #700652
RGB
CMYK
RGB Variations
Color information
#700652 (or 0x700652) is known color: Tyrian Purple. HEX triplet: 70, 06 and 52. RGB value is (112,6,82). Sum of RGB (Red+Green+Blue) = 112+6+82=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #700652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700652 is #8FF9AD. Grayscale: #2E2E2E. Windows color (decimal): -9435566 or 5375600. OLE color: 5375600.
HSL color Cylindrical-coordinate representation of color #700652: hue angle of 316.98º 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 #700652 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 82 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.56 |
| HSL | 316.98º | 0.9% | 0.23% | - |
| HSV(B) | 316.98º | 0.95% | 0.44% | - |
| XYZ | 8.27 | 4.18 | 8.35 | - |
| YUV | 46.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 82 | 0 | 0.95 | 0.27 | 0.56 | 316.98 | 0.9 | 0.23 |
| Hex | 70 | 6 | 52 | 0 | 5F | 1B | 38 | 13D | 5A | 17 |
| Octal | 160 | 6 | 122 | 0 | 137 | 33 | 70 | 475 | 132 | 27 |
| Binary | 1110000 | 110 | 1010010 | 0 | 1011111 | 11011 | 111000 | 100111101 | 1011010 | 10111 |
Color Harmonies of #700652
Complementary color
Monochromatic Colors of #700652
Black with #700652
Text Example
Text Example
White with #700652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700652; }
p { color: rgb(112,6,82); }
H1.HeaderClassName
{
color: #700652;
}
.AnyTagClassName
{
color: #700652;
}
</style>
background-color css
<style>
a { background-color: #700652; }
a { background-color: rgb(112,6,82); }
div.DivClassName
{
background-color: #700652;
}
.BgClassName
{
background-color: #700652;
}
</style>
border-color css
<style>
span { border-color: #700652; }
span { border-color: rgb(112,6,82); }
td.TdClassName
{
border-color: #700652;
}
.TagClassName
{
border-color: #700652;
}
</style>