Html Css Color HEX #57113B Tyrian Purple

📋 copy color: '#57113B'

red 87 ◦ green 17 ◦ blue 59

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

Shades of Tyrian Purple #57113B

Tints of Tyrian Purple #57113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 36.2%

R = 53.37%
G = 10.43%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.66

RGB Variations

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

Color information

#57113B (or 0x57113B) is known color: Tyrian Purple. HEX triplet: 57, 11 and 3B. RGB value is (87,17,59). Sum of RGB (Red+Green+Blue) = 87+17+59=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #57113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57113B is #A8EEC4. Grayscale: #2A2A2A. Windows color (decimal): -11071173 or 3871063. OLE color: 3871063.

HSL color Cylindrical-coordinate representation of color #57113B: hue angle of 324º 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 #57113B is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 59 -
CMYK 0 0.80 0.32 0.66
HSL 324º 0.67% 0.2% -
HSV(B) 324º 0.8% 0.34% -
XYZ 4.92 2.74 4.41 -
YUV 42.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 87 17 59 0 0.80 0.32 0.66 324 0.67 0.2
Hex 57 11 3B 0 50 20 42 144 43 14
Octal 127 21 73 0 120 40 102 504 103 24
Binary 1010111 10001 111011 0 1010000 100000 1000010 101000100 1000011 10100

Color Harmonies of #57113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57113B

Black with #57113B

Text Example


Text Example

White with #57113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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