Html Css Color HEX #57013E Tyrian Purple

📋 copy color: '#57013E'

red 87 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #57013E

Tints of Tyrian Purple #57013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 58%
G = 0.67%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#57013E (or 0x57013E) is known color: Tyrian Purple. HEX triplet: 57, 01 and 3E. RGB value is (87,1,62). Sum of RGB (Red+Green+Blue) = 87+1+62=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #57013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57013E is #A8FEC1. Grayscale: #212121. Windows color (decimal): -11075266 or 4063575. OLE color: 4063575.

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

Color convert

RGB 87 1 62 -
CMYK 0 0.99 0.29 0.66
HSL 317.44º 0.98% 0.17% -
HSV(B) 317.44º 0.99% 0.34% -
XYZ 4.81 2.4 4.77 -
YUV 33.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 87 1 62 0 0.99 0.29 0.66 317.44 0.98 0.17
Hex 57 1 3E 0 63 1D 42 13D 62 11
Octal 127 1 76 0 143 35 102 475 142 21
Binary 1010111 1 111110 0 1100011 11101 1000010 100111101 1100010 10001

Color Harmonies of #57013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57013E

Black with #57013E

Text Example


Text Example

White with #57013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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