Html Css Color HEX #57143D Tyrian Purple

📋 copy color: '#57143D'

red 87 ◦ green 20 ◦ blue 61

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

Shades of Tyrian Purple #57143D

Tints of Tyrian Purple #57143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.9%

 BLUE value IS 61 (24.22% from 255) = 36.31%

R = 51.79%
G = 11.9%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#57143D (or 0x57143D) is known color: Tyrian Purple. HEX triplet: 57, 14 and 3D. RGB value is (87,20,61). Sum of RGB (Red+Green+Blue) = 87+20+61=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #57143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57143D is #A8EBC2. Grayscale: #2C2C2C. Windows color (decimal): -11070403 or 4002903. OLE color: 4002903.

HSL color Cylindrical-coordinate representation of color #57143D: hue angle of 323.28º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57143D is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 20 61 -
CMYK 0 0.77 0.30 0.66
HSL 323.28º 0.63% 0.21% -
HSV(B) 323.28º 0.77% 0.34% -
XYZ 5.02 2.86 4.7 -
YUV 44.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 87 20 61 0 0.77 0.30 0.66 323.28 0.63 0.21
Hex 57 14 3D 0 4D 1E 42 143 3F 15
Octal 127 24 75 0 115 36 102 503 77 25
Binary 1010111 10100 111101 0 1001101 11110 1000010 101000011 111111 10101

Color Harmonies of #57143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57143D

Black with #57143D

Text Example


Text Example

White with #57143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57143D; }

 p { color: rgb(87,20,61); }

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

background-color css

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

 a { background-color: rgb(87,20,61); }

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

border-color css

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

 span { border-color: rgb(87,20,61); }

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