Html Css Color HEX #57104A Tyrian Purple

📋 copy color: '#57104A'

red 87 ◦ green 16 ◦ blue 74

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

Shades of Tyrian Purple #57104A

Tints of Tyrian Purple #57104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.04%

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

R = 49.15%
G = 9.04%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#57104A (or 0x57104A) is known color: Tyrian Purple. HEX triplet: 57, 10 and 4A. RGB value is (87,16,74). Sum of RGB (Red+Green+Blue) = 87+16+74=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #57104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57104A is #A8EFB5. Grayscale: #2B2B2B. Windows color (decimal): -11071414 or 4853847. OLE color: 4853847.

HSL color Cylindrical-coordinate representation of color #57104A: hue angle of 310.99º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57104A is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 74 -
CMYK 0 0.82 0.15 0.66
HSL 310.99º 0.69% 0.2% -
HSV(B) 310.99º 0.82% 0.34% -
XYZ 5.35 2.89 6.75 -
YUV 43.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 87 16 74 0 0.82 0.15 0.66 310.99 0.69 0.2
Hex 57 10 4A 0 52 F 42 137 45 14
Octal 127 20 112 0 122 17 102 467 105 24
Binary 1010111 10000 1001010 0 1010010 1111 1000010 100110111 1000101 10100

Color Harmonies of #57104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57104A

Black with #57104A

Text Example


Text Example

White with #57104A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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