Html Css Color HEX #700557 Tyrian Purple

📋 copy color: '#700557'

red 112 ◦ green 5 ◦ blue 87

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

Shades of Tyrian Purple #700557

Tints of Tyrian Purple #700557

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 54.9%
G = 2.45%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#700557 (or 0x700557) is known color: Tyrian Purple. HEX triplet: 70, 05 and 57. RGB value is (112,5,87). Sum of RGB (Red+Green+Blue) = 112+5+87=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #700557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700557 is #8FFAA8. Grayscale: #2E2E2E. Windows color (decimal): -9435817 or 5703024. OLE color: 5703024.

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

Color convert

RGB 112 5 87 -
CMYK 0 0.96 0.22 0.56
HSL 314.02º 0.91% 0.23% -
HSV(B) 314.02º 0.96% 0.44% -
XYZ 8.46 4.24 9.39 -
YUV 46.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 112 5 87 0 0.96 0.22 0.56 314.02 0.91 0.23
Hex 70 5 57 0 60 16 38 13A 5B 17
Octal 160 5 127 0 140 26 70 472 133 27
Binary 1110000 101 1010111 0 1100000 10110 111000 100111010 1011011 10111

Color Harmonies of #700557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700557

Black with #700557

Text Example


Text Example

White with #700557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700557; }

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

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

background-color css

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

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

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

border-color css

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

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

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