Html Css Color HEX #57133B Tyrian Purple

📋 copy color: '#57133B'

red 87 ◦ green 19 ◦ blue 59

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

Shades of Tyrian Purple #57133B

Tints of Tyrian Purple #57133B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 35.76%

R = 52.73%
G = 11.52%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.66

RGB Variations

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

Color information

#57133B (or 0x57133B) is known color: Tyrian Purple. HEX triplet: 57, 13 and 3B. RGB value is (87,19,59). Sum of RGB (Red+Green+Blue) = 87+19+59=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57133B is #A8ECC4. Grayscale: #2B2B2B. Windows color (decimal): -11070661 or 3871575. OLE color: 3871575.

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

Color convert

RGB 87 19 59 -
CMYK 0 0.78 0.32 0.66
HSL 324.71º 0.64% 0.21% -
HSV(B) 324.71º 0.78% 0.34% -
XYZ 4.95 2.81 4.42 -
YUV 43.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 87 19 59 0 0.78 0.32 0.66 324.71 0.64 0.21
Hex 57 13 3B 0 4E 20 42 145 40 15
Octal 127 23 73 0 116 40 102 505 100 25
Binary 1010111 10011 111011 0 1001110 100000 1000010 101000101 1000000 10101

Color Harmonies of #57133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57133B

Black with #57133B

Text Example


Text Example

White with #57133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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