Html Css Color HEX #57123C Tyrian Purple

📋 copy color: '#57123C'

red 87 ◦ green 18 ◦ blue 60

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

Shades of Tyrian Purple #57123C

Tints of Tyrian Purple #57123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.91%

 BLUE value IS 60 (23.83% from 255) = 36.36%

R = 52.73%
G = 10.91%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#57123C (or 0x57123C) is known color: Tyrian Purple. HEX triplet: 57, 12 and 3C. RGB value is (87,18,60). Sum of RGB (Red+Green+Blue) = 87+18+60=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57123C is #A8EDC3. Grayscale: #2B2B2B. Windows color (decimal): -11070916 or 3936855. OLE color: 3936855.

HSL color Cylindrical-coordinate representation of color #57123C: hue angle of 323.48º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57123C is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 60 -
CMYK 0 0.79 0.31 0.66
HSL 323.48º 0.66% 0.21% -
HSV(B) 323.48º 0.79% 0.34% -
XYZ 4.96 2.79 4.55 -
YUV 43.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 87 18 60 0 0.79 0.31 0.66 323.48 0.66 0.21
Hex 57 12 3C 0 4F 1F 42 143 42 15
Octal 127 22 74 0 117 37 102 503 102 25
Binary 1010111 10010 111100 0 1001111 11111 1000010 101000011 1000010 10101

Color Harmonies of #57123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57123C

Black with #57123C

Text Example


Text Example

White with #57123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57123C; }

 p { color: rgb(87,18,60); }

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

background-color css

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

 a { background-color: rgb(87,18,60); }

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

border-color css

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

 span { border-color: rgb(87,18,60); }

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