Html Css Color HEX #700850 Tyrian Purple

📋 copy color: '#700850'

red 112 ◦ green 8 ◦ blue 80

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

Shades of Tyrian Purple #700850

Tints of Tyrian Purple #700850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40%

R = 56%
G = 4%
B = 40%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#700850 (or 0x700850) is known color: Tyrian Purple. HEX triplet: 70, 08 and 50. RGB value is (112,8,80). Sum of RGB (Red+Green+Blue) = 112+8+80=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #700850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700850 is #8FF7AF. Grayscale: #2F2F2F. Windows color (decimal): -9435056 or 5245040. OLE color: 5245040.

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

Color convert

RGB 112 8 80 -
CMYK 0 0.93 0.29 0.56
HSL 318.46º 0.87% 0.24% -
HSV(B) 318.46º 0.93% 0.44% -
XYZ 8.22 4.2 7.97 -
YUV 47.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 112 8 80 0 0.93 0.29 0.56 318.46 0.87 0.24
Hex 70 8 50 0 5D 1D 38 13E 57 18
Octal 160 10 120 0 135 35 70 476 127 30
Binary 1110000 1000 1010000 0 1011101 11101 111000 100111110 1010111 11000

Color Harmonies of #700850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700850

Black with #700850

Text Example


Text Example

White with #700850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700850; }

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

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

background-color css

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

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

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

border-color css

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

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

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