Shades of Tyrian Purple #700630
Tints of Tyrian Purple #700630
RGB
CMYK
RGB Variations
Color information
#700630 (or 0x700630) is known color: Tyrian Purple. HEX triplet: 70, 06 and 30. RGB value is (112,6,48). Sum of RGB (Red+Green+Blue) = 112+6+48=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #700630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700630 is #8FF9CF. Grayscale: #2A2A2A. Windows color (decimal): -9435600 or 3147376. OLE color: 3147376.
HSL color Cylindrical-coordinate representation of color #700630: hue angle of 336.23º 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 #700630 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 48 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.56 |
| HSL | 336.23º | 0.9% | 0.23% | - |
| HSV(B) | 336.23º | 0.95% | 0.44% | - |
| XYZ | 7.28 | 3.79 | 3.14 | - |
| YUV | 42.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 48 | 0 | 0.95 | 0.57 | 0.56 | 336.23 | 0.9 | 0.23 |
| Hex | 70 | 6 | 30 | 0 | 5F | 39 | 38 | 150 | 5A | 17 |
| Octal | 160 | 6 | 60 | 0 | 137 | 71 | 70 | 520 | 132 | 27 |
| Binary | 1110000 | 110 | 110000 | 0 | 1011111 | 111001 | 111000 | 101010000 | 1011010 | 10111 |
Color Harmonies of #700630
Complementary color
Monochromatic Colors of #700630
Black with #700630
Text Example
Text Example
White with #700630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700630; }
p { color: rgb(112,6,48); }
H1.HeaderClassName
{
color: #700630;
}
.AnyTagClassName
{
color: #700630;
}
</style>
background-color css
<style>
a { background-color: #700630; }
a { background-color: rgb(112,6,48); }
div.DivClassName
{
background-color: #700630;
}
.BgClassName
{
background-color: #700630;
}
</style>
border-color css
<style>
span { border-color: #700630; }
span { border-color: rgb(112,6,48); }
td.TdClassName
{
border-color: #700630;
}
.TagClassName
{
border-color: #700630;
}
</style>