Html Css Color HEX #57133C Tyrian Purple

📋 copy color: '#57133C'

red 87 ◦ green 19 ◦ blue 60

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

Shades of Tyrian Purple #57133C

Tints of Tyrian Purple #57133C

RGB

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

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

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

R = 52.41%
G = 11.45%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#57133C (or 0x57133C) is known color: Tyrian Purple. HEX triplet: 57, 13 and 3C. RGB value is (87,19,60). Sum of RGB (Red+Green+Blue) = 87+19+60=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57133C is #A8ECC3. Grayscale: #2B2B2B. Windows color (decimal): -11070660 or 3937111. OLE color: 3937111.

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

Color convert

RGB 87 19 60 -
CMYK 0 0.78 0.31 0.66
HSL 323.82º 0.64% 0.21% -
HSV(B) 323.82º 0.78% 0.34% -
XYZ 4.98 2.82 4.56 -
YUV 44.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 87 19 60 0 0.78 0.31 0.66 323.82 0.64 0.21
Hex 57 13 3C 0 4E 1F 42 144 40 15
Octal 127 23 74 0 116 37 102 504 100 25
Binary 1010111 10011 111100 0 1001110 11111 1000010 101000100 1000000 10101

Color Harmonies of #57133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57133C

Black with #57133C

Text Example


Text Example

White with #57133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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