Html Css Color HEX #57034A Tyrian Purple

📋 copy color: '#57034A'

red 87 ◦ green 3 ◦ blue 74

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

Shades of Tyrian Purple #57034A

Tints of Tyrian Purple #57034A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 45.12%

R = 53.05%
G = 1.83%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#57034A (or 0x57034A) is known color: Tyrian Purple. HEX triplet: 57, 03 and 4A. RGB value is (87,3,74). Sum of RGB (Red+Green+Blue) = 87+3+74=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57034A is #A8FCB5. Grayscale: #242424. Windows color (decimal): -11074742 or 4850519. OLE color: 4850519.

HSL color Cylindrical-coordinate representation of color #57034A: hue angle of 309.29º 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 #57034A is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 3 74 -
CMYK 0 0.97 0.15 0.66
HSL 309.29º 0.93% 0.18% -
HSV(B) 309.29º 0.97% 0.34% -
XYZ 5.2 2.59 6.7 -
YUV 36.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 87 3 74 0 0.97 0.15 0.66 309.29 0.93 0.18
Hex 57 3 4A 0 61 F 42 135 5D 12
Octal 127 3 112 0 141 17 102 465 135 22
Binary 1010111 11 1001010 0 1100001 1111 1000010 100110101 1011101 10010

Color Harmonies of #57034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57034A

Black with #57034A

Text Example


Text Example

White with #57034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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