Html Css Color HEX #57053F Tyrian Purple

📋 copy color: '#57053F'

red 87 ◦ green 5 ◦ blue 63

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

Shades of Tyrian Purple #57053F

Tints of Tyrian Purple #57053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.23%

 BLUE value IS 63 (25% from 255) = 40.65%

R = 56.13%
G = 3.23%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57053F (or 0x57053F) is known color: Tyrian Purple. HEX triplet: 57, 05 and 3F. RGB value is (87,5,63). Sum of RGB (Red+Green+Blue) = 87+5+63=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #57053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57053F is #A8FAC0. Grayscale: #232323. Windows color (decimal): -11074241 or 4130135. OLE color: 4130135.

HSL color Cylindrical-coordinate representation of color #57053F: hue angle of 317.56º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57053F is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 5 63 -
CMYK 0 0.94 0.28 0.66
HSL 317.56º 0.89% 0.18% -
HSV(B) 317.56º 0.94% 0.34% -
XYZ 4.88 2.49 4.93 -
YUV 36.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 87 5 63 0 0.94 0.28 0.66 317.56 0.89 0.18
Hex 57 5 3F 0 5E 1C 42 13E 59 12
Octal 127 5 77 0 136 34 102 476 131 22
Binary 1010111 101 111111 0 1011110 11100 1000010 100111110 1011001 10010

Color Harmonies of #57053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57053F

Black with #57053F

Text Example


Text Example

White with #57053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57053F; }

 p { color: rgb(87,5,63); }

 H1.HeaderClassName
 {
   color: #57053F;
 }
 .AnyTagClassName
 {
   color: #57053F;
 }
</style>

background-color css

<style>
 a { background-color: #57053F; }

 a { background-color: rgb(87,5,63); }

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

border-color css

<style>
 span { border-color: #57053F; }

 span { border-color: rgb(87,5,63); }

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