Html Css Color HEX #57123A Tyrian Purple

📋 copy color: '#57123A'

red 87 ◦ green 18 ◦ blue 58

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

Shades of Tyrian Purple #57123A

Tints of Tyrian Purple #57123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.58%

R = 53.37%
G = 11.04%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#57123A (or 0x57123A) is known color: Tyrian Purple. HEX triplet: 57, 12 and 3A. RGB value is (87,18,58). Sum of RGB (Red+Green+Blue) = 87+18+58=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #57123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57123A is #A8EDC5. Grayscale: #2B2B2B. Windows color (decimal): -11070918 or 3805783. OLE color: 3805783.

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

Color convert

RGB 87 18 58 -
CMYK 0 0.79 0.33 0.66
HSL 325.22º 0.66% 0.21% -
HSV(B) 325.22º 0.79% 0.34% -
XYZ 4.91 2.76 4.28 -
YUV 43.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 87 18 58 0 0.79 0.33 0.66 325.22 0.66 0.21
Hex 57 12 3A 0 4F 21 42 145 42 15
Octal 127 22 72 0 117 41 102 505 102 25
Binary 1010111 10010 111010 0 1001111 100001 1000010 101000101 1000010 10101

Color Harmonies of #57123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57123A

Black with #57123A

Text Example


Text Example

White with #57123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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