Html Css Color HEX #700857 Tyrian Purple

📋 copy color: '#700857'

red 112 ◦ green 8 ◦ blue 87

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

Shades of Tyrian Purple #700857

Tints of Tyrian Purple #700857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.03%

R = 54.11%
G = 3.86%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#700857 (or 0x700857) is known color: Tyrian Purple. HEX triplet: 70, 08 and 57. RGB value is (112,8,87). Sum of RGB (Red+Green+Blue) = 112+8+87=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #700857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700857 is #8FF7A8. Grayscale: #2F2F2F. Windows color (decimal): -9435049 or 5703792. OLE color: 5703792.

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

Color convert

RGB 112 8 87 -
CMYK 0 0.93 0.22 0.56
HSL 314.42º 0.87% 0.24% -
HSV(B) 314.42º 0.93% 0.44% -
XYZ 8.49 4.31 9.4 -
YUV 48.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 112 8 87 0 0.93 0.22 0.56 314.42 0.87 0.24
Hex 70 8 57 0 5D 16 38 13A 57 18
Octal 160 10 127 0 135 26 70 472 127 30
Binary 1110000 1000 1010111 0 1011101 10110 111000 100111010 1010111 11000

Color Harmonies of #700857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700857

Black with #700857

Text Example


Text Example

White with #700857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700857; }

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

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

background-color css

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

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

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

border-color css

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

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

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