Html Css Color HEX #700839 Tyrian Purple

📋 copy color: '#700839'

red 112 ◦ green 8 ◦ blue 57

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

Shades of Tyrian Purple #700839

Tints of Tyrian Purple #700839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.2%

R = 63.28%
G = 4.52%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#700839 (or 0x700839) is known color: Tyrian Purple. HEX triplet: 70, 08 and 39. RGB value is (112,8,57). Sum of RGB (Red+Green+Blue) = 112+8+57=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #700839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700839 is #8FF7C6. Grayscale: #2C2C2C. Windows color (decimal): -9435079 or 3737712. OLE color: 3737712.

HSL color Cylindrical-coordinate representation of color #700839: hue angle of 331.73º 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 #700839 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 57 -
CMYK 0 0.93 0.49 0.56
HSL 331.73º 0.87% 0.24% -
HSV(B) 331.73º 0.93% 0.44% -
XYZ 7.51 3.91 4.23 -
YUV 44.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 112 8 57 0 0.93 0.49 0.56 331.73 0.87 0.24
Hex 70 8 39 0 5D 31 38 14C 57 18
Octal 160 10 71 0 135 61 70 514 127 30
Binary 1110000 1000 111001 0 1011101 110001 111000 101001100 1010111 11000

Color Harmonies of #700839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700839

Black with #700839

Text Example


Text Example

White with #700839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700839; }

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

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

background-color css

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

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

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

border-color css

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

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

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