Html Css Color HEX #700836 Tyrian Purple

📋 copy color: '#700836'

red 112 ◦ green 8 ◦ blue 54

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

Shades of Tyrian Purple #700836

Tints of Tyrian Purple #700836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.6%

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 64.37%
G = 4.6%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#700836 (or 0x700836) is known color: Tyrian Purple. HEX triplet: 70, 08 and 36. RGB value is (112,8,54). Sum of RGB (Red+Green+Blue) = 112+8+54=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #700836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700836 is #8FF7C9. Grayscale: #2C2C2C. Windows color (decimal): -9435082 or 3541104. OLE color: 3541104.

HSL color Cylindrical-coordinate representation of color #700836: hue angle of 333.46º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700836 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 54 -
CMYK 0 0.93 0.52 0.56
HSL 333.46º 0.87% 0.24% -
HSV(B) 333.46º 0.93% 0.44% -
XYZ 7.43 3.88 3.85 -
YUV 44.34 133.46 176.26 -
System Red Green Blue C M Y K H S L
Decimal 112 8 54 0 0.93 0.52 0.56 333.46 0.87 0.24
Hex 70 8 36 0 5D 34 38 14D 57 18
Octal 160 10 66 0 135 64 70 515 127 30
Binary 1110000 1000 110110 0 1011101 110100 111000 101001101 1010111 11000

Color Harmonies of #700836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700836

Black with #700836

Text Example


Text Example

White with #700836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700836; }

 p { color: rgb(112,8,54); }

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

background-color css

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

 a { background-color: rgb(112,8,54); }

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

border-color css

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

 span { border-color: rgb(112,8,54); }

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