Html Css Color HEX #700057 Tyrian Purple

📋 copy color: '#700057'

red 112 ◦ green 0 ◦ blue 87

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

Shades of Tyrian Purple #700057

Tints of Tyrian Purple #700057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.28%
G = 0%
B = 43.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#700057 (or 0x700057) is known color: Tyrian Purple. HEX triplet: 70, 00 and 57. RGB value is (112,0,87). Sum of RGB (Red+Green+Blue) = 112+0+87=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #700057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700057 is #8FFFA8. Grayscale: #2B2B2B. Windows color (decimal): -9437097 or 5701744. OLE color: 5701744.

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

Color convert

RGB 112 0 87 -
CMYK 0 1 0.22 0.56
HSL 313.39º 1% 0.22% -
HSV(B) 313.39º 1% 0.44% -
XYZ 8.4 4.13 9.37 -
YUV 43.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 112 0 87 0 1 0.22 0.56 313.39 1 0.22
Hex 70 0 57 0 64 16 38 139 64 16
Octal 160 0 127 0 144 26 70 471 144 26
Binary 1110000 0 1010111 0 1100100 10110 111000 100111001 1100100 10110

Color Harmonies of #700057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700057

Black with #700057

Text Example


Text Example

White with #700057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700057; }

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

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

background-color css

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

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

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

border-color css

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

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

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