Html Css Color HEX #57133A Tyrian Purple

📋 copy color: '#57133A'

red 87 ◦ green 19 ◦ blue 58

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

Shades of Tyrian Purple #57133A

Tints of Tyrian Purple #57133A

RGB

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

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

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

R = 53.05%
G = 11.59%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#57133A (or 0x57133A) is known color: Tyrian Purple. HEX triplet: 57, 13 and 3A. RGB value is (87,19,58). Sum of RGB (Red+Green+Blue) = 87+19+58=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57133A is #A8ECC5. Grayscale: #2B2B2B. Windows color (decimal): -11070662 or 3806039. OLE color: 3806039.

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

Color convert

RGB 87 19 58 -
CMYK 0 0.78 0.33 0.66
HSL 325.59º 0.64% 0.21% -
HSV(B) 325.59º 0.78% 0.34% -
XYZ 4.93 2.8 4.28 -
YUV 43.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 87 19 58 0 0.78 0.33 0.66 325.59 0.64 0.21
Hex 57 13 3A 0 4E 21 42 146 40 15
Octal 127 23 72 0 116 41 102 506 100 25
Binary 1010111 10011 111010 0 1001110 100001 1000010 101000110 1000000 10101

Color Harmonies of #57133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57133A

Black with #57133A

Text Example


Text Example

White with #57133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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