Html Css Color HEX #700757 Tyrian Purple

📋 copy color: '#700757'

red 112 ◦ green 7 ◦ blue 87

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

Shades of Tyrian Purple #700757

Tints of Tyrian Purple #700757

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.4%

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

R = 54.37%
G = 3.4%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#700757 (or 0x700757) is known color: Tyrian Purple. HEX triplet: 70, 07 and 57. RGB value is (112,7,87). Sum of RGB (Red+Green+Blue) = 112+7+87=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #700757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700757 is #8FF8A8. Grayscale: #2F2F2F. Windows color (decimal): -9435305 or 5703536. OLE color: 5703536.

HSL color Cylindrical-coordinate representation of color #700757: hue angle of 314.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700757 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 7 87 -
CMYK 0 0.94 0.22 0.56
HSL 314.29º 0.88% 0.23% -
HSV(B) 314.29º 0.94% 0.44% -
XYZ 8.48 4.28 9.4 -
YUV 47.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 112 7 87 0 0.94 0.22 0.56 314.29 0.88 0.23
Hex 70 7 57 0 5E 16 38 13A 58 17
Octal 160 7 127 0 136 26 70 472 130 27
Binary 1110000 111 1010111 0 1011110 10110 111000 100111010 1011000 10111

Color Harmonies of #700757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700757

Black with #700757

Text Example


Text Example

White with #700757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700757; }

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

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

background-color css

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

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

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

border-color css

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

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

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