Html Css Color HEX #57114A Tyrian Purple

📋 copy color: '#57114A'

red 87 ◦ green 17 ◦ blue 74

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

Shades of Tyrian Purple #57114A

Tints of Tyrian Purple #57114A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.57%

R = 48.88%
G = 9.55%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#57114A (or 0x57114A) is known color: Tyrian Purple. HEX triplet: 57, 11 and 4A. RGB value is (87,17,74). Sum of RGB (Red+Green+Blue) = 87+17+74=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #57114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57114A is #A8EEB5. Grayscale: #2C2C2C. Windows color (decimal): -11071158 or 4854103. OLE color: 4854103.

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

Color convert

RGB 87 17 74 -
CMYK 0 0.80 0.15 0.66
HSL 311.14º 0.67% 0.2% -
HSV(B) 311.14º 0.8% 0.34% -
XYZ 5.37 2.92 6.76 -
YUV 44.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 87 17 74 0 0.80 0.15 0.66 311.14 0.67 0.2
Hex 57 11 4A 0 50 F 42 137 43 14
Octal 127 21 112 0 120 17 102 467 103 24
Binary 1010111 10001 1001010 0 1010000 1111 1000010 100110111 1000011 10100

Color Harmonies of #57114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57114A

Black with #57114A

Text Example


Text Example

White with #57114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57114A; }

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

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

background-color css

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

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

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

border-color css

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

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

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