Html Css Color HEX #57113F Tyrian Purple

📋 copy color: '#57113F'

red 87 ◦ green 17 ◦ blue 63

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

Shades of Tyrian Purple #57113F

Tints of Tyrian Purple #57113F

RGB

 RED value IS 87 (34.38% from 255) = 52.1%

 GREEN value IS 17 (7.03% from 255) = 10.18%

 BLUE value IS 63 (25% from 255) = 37.72%

R = 52.1%
G = 10.18%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57113F (or 0x57113F) is known color: Tyrian Purple. HEX triplet: 57, 11 and 3F. RGB value is (87,17,63). Sum of RGB (Red+Green+Blue) = 87+17+63=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57113F is #A8EEC0. Grayscale: #2B2B2B. Windows color (decimal): -11071169 or 4133207. OLE color: 4133207.

HSL color Cylindrical-coordinate representation of color #57113F: hue angle of 320.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57113F is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 63 -
CMYK 0 0.80 0.28 0.66
HSL 320.57º 0.67% 0.2% -
HSV(B) 320.57º 0.8% 0.34% -
XYZ 5.03 2.79 4.98 -
YUV 43.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 87 17 63 0 0.80 0.28 0.66 320.57 0.67 0.2
Hex 57 11 3F 0 50 1C 42 141 43 14
Octal 127 21 77 0 120 34 102 501 103 24
Binary 1010111 10001 111111 0 1010000 11100 1000010 101000001 1000011 10100

Color Harmonies of #57113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57113F

Black with #57113F

Text Example


Text Example

White with #57113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57113F; }

 p { color: rgb(87,17,63); }

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

background-color css

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

 a { background-color: rgb(87,17,63); }

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

border-color css

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

 span { border-color: rgb(87,17,63); }

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