Html Css Color HEX #700E47 Tyrian Purple

📋 copy color: '#700E47'

red 112 ◦ green 14 ◦ blue 71

#700E47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #700E47

Tints of Tyrian Purple #700E47

RGB

 RED value IS 112 (44.14% from 255) = 56.85%

 GREEN value IS 14 (5.86% from 255) = 7.11%

 BLUE value IS 71 (28.13% from 255) = 36.04%

R = 56.85%
G = 7.11%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#700E47 (or 0x700E47) is known color: Tyrian Purple. HEX triplet: 70, 0E and 47. RGB value is (112,14,71). Sum of RGB (Red+Green+Blue) = 112+14+71=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #700E47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E47 is #8FF1B8. Grayscale: #313131. Windows color (decimal): -9433529 or 4656752. OLE color: 4656752.

HSL color Cylindrical-coordinate representation of color #700E47: hue angle of 325.1º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E47 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 14 71 -
CMYK 0 0.88 0.37 0.56
HSL 325.1º 0.78% 0.25% -
HSV(B) 325.1º 0.88% 0.44% -
XYZ 7.98 4.21 6.35 -
YUV 49.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 112 14 71 0 0.88 0.37 0.56 325.1 0.78 0.25
Hex 70 E 47 0 58 25 38 145 4E 19
Octal 160 16 107 0 130 45 70 505 116 31
Binary 1110000 1110 1000111 0 1011000 100101 111000 101000101 1001110 11001

Color Harmonies of #700E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E47

Black with #700E47

Text Example


Text Example

White with #700E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700E47; }

 p { color: rgb(112,14,71); }

 H1.HeaderClassName
 {
   color: #700E47;
 }
 .AnyTagClassName
 {
   color: #700E47;
 }
</style>

background-color css

<style>
 a { background-color: #700E47; }

 a { background-color: rgb(112,14,71); }

 div.DivClassName
 {
   background-color: #700E47;
 }
 .BgClassName
 {
   background-color: #700E47;
 }
</style>

border-color css

<style>
 span { border-color: #700E47; }

 span { border-color: rgb(112,14,71); }

 td.TdClassName
 {
   border-color: #700E47;
 }
 .TagClassName
 {
   border-color: #700E47;
 }
</style>