Html Css Color HEX #57034D Tyrian Purple

📋 copy color: '#57034D'

red 87 ◦ green 3 ◦ blue 77

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

Shades of Tyrian Purple #57034D

Tints of Tyrian Purple #57034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.8%

 BLUE value IS 77 (30.47% from 255) = 46.11%

R = 52.1%
G = 1.8%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#57034D (or 0x57034D) is known color: Tyrian Purple. HEX triplet: 57, 03 and 4D. RGB value is (87,3,77). Sum of RGB (Red+Green+Blue) = 87+3+77=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57034D is #A8FCB2. Grayscale: #242424. Windows color (decimal): -11074739 or 5047127. OLE color: 5047127.

HSL color Cylindrical-coordinate representation of color #57034D: hue angle of 307.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57034D is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 3 77 -
CMYK 0 0.97 0.11 0.66
HSL 307.14º 0.93% 0.18% -
HSV(B) 307.14º 0.97% 0.34% -
XYZ 5.3 2.63 7.25 -
YUV 36.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 87 3 77 0 0.97 0.11 0.66 307.14 0.93 0.18
Hex 57 3 4D 0 61 B 42 133 5D 12
Octal 127 3 115 0 141 13 102 463 135 22
Binary 1010111 11 1001101 0 1100001 1011 1000010 100110011 1011101 10010

Color Harmonies of #57034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57034D

Black with #57034D

Text Example


Text Example

White with #57034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57034D; }

 p { color: rgb(87,3,77); }

 H1.HeaderClassName
 {
   color: #57034D;
 }
 .AnyTagClassName
 {
   color: #57034D;
 }
</style>

background-color css

<style>
 a { background-color: #57034D; }

 a { background-color: rgb(87,3,77); }

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

border-color css

<style>
 span { border-color: #57034D; }

 span { border-color: rgb(87,3,77); }

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