Html Css Color HEX #57133E Tyrian Purple

📋 copy color: '#57133E'

red 87 ◦ green 19 ◦ blue 62

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

Shades of Tyrian Purple #57133E

Tints of Tyrian Purple #57133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

 BLUE value IS 62 (24.61% from 255) = 36.9%

R = 51.79%
G = 11.31%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#57133E (or 0x57133E) is known color: Tyrian Purple. HEX triplet: 57, 13 and 3E. RGB value is (87,19,62). Sum of RGB (Red+Green+Blue) = 87+19+62=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #57133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57133E is #A8ECC1. Grayscale: #2C2C2C. Windows color (decimal): -11070658 or 4068183. OLE color: 4068183.

HSL color Cylindrical-coordinate representation of color #57133E: hue angle of 322.06º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #57133E is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 19 62 -
CMYK 0 0.78 0.29 0.66
HSL 322.06º 0.64% 0.21% -
HSV(B) 322.06º 0.78% 0.34% -
XYZ 5.03 2.84 4.84 -
YUV 44.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 87 19 62 0 0.78 0.29 0.66 322.06 0.64 0.21
Hex 57 13 3E 0 4E 1D 42 142 40 15
Octal 127 23 76 0 116 35 102 502 100 25
Binary 1010111 10011 111110 0 1001110 11101 1000010 101000010 1000000 10101

Color Harmonies of #57133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57133E

Black with #57133E

Text Example


Text Example

White with #57133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57133E; }

 p { color: rgb(87,19,62); }

 H1.HeaderClassName
 {
   color: #57133E;
 }
 .AnyTagClassName
 {
   color: #57133E;
 }
</style>

background-color css

<style>
 a { background-color: #57133E; }

 a { background-color: rgb(87,19,62); }

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

border-color css

<style>
 span { border-color: #57133E; }

 span { border-color: rgb(87,19,62); }

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