Html Css Color HEX #57054C Tyrian Purple

📋 copy color: '#57054C'

red 87 ◦ green 5 ◦ blue 76

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

Shades of Tyrian Purple #57054C

Tints of Tyrian Purple #57054C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 51.79%
G = 2.98%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#57054C (or 0x57054C) is known color: Tyrian Purple. HEX triplet: 57, 05 and 4C. RGB value is (87,5,76). Sum of RGB (Red+Green+Blue) = 87+5+76=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #57054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57054C is #A8FAB3. Grayscale: #252525. Windows color (decimal): -11074228 or 4982103. OLE color: 4982103.

HSL color Cylindrical-coordinate representation of color #57054C: hue angle of 308.05º 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 #57054C is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 5 76 -
CMYK 0 0.94 0.13 0.66
HSL 308.05º 0.89% 0.18% -
HSV(B) 308.05º 0.94% 0.34% -
XYZ 5.29 2.66 7.07 -
YUV 37.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 87 5 76 0 0.94 0.13 0.66 308.05 0.89 0.18
Hex 57 5 4C 0 5E D 42 134 59 12
Octal 127 5 114 0 136 15 102 464 131 22
Binary 1010111 101 1001100 0 1011110 1101 1000010 100110100 1011001 10010

Color Harmonies of #57054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57054C

Black with #57054C

Text Example


Text Example

White with #57054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57054C; }

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

 H1.HeaderClassName
 {
   color: #57054C;
 }
 .AnyTagClassName
 {
   color: #57054C;
 }
</style>

background-color css

<style>
 a { background-color: #57054C; }

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

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

border-color css

<style>
 span { border-color: #57054C; }

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

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