Html Css Color HEX #57052D Tyrian Purple

📋 copy color: '#57052D'

red 87 ◦ green 5 ◦ blue 45

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

Shades of Tyrian Purple #57052D

Tints of Tyrian Purple #57052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 32.85%

R = 63.5%
G = 3.65%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#57052D (or 0x57052D) is known color: Tyrian Purple. HEX triplet: 57, 05 and 2D. RGB value is (87,5,45). Sum of RGB (Red+Green+Blue) = 87+5+45=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #57052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57052D is #A8FAD2. Grayscale: #222222. Windows color (decimal): -11074259 or 2950487. OLE color: 2950487.

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

Color convert

RGB 87 5 45 -
CMYK 0 0.94 0.48 0.66
HSL 330.73º 0.89% 0.18% -
HSV(B) 330.73º 0.94% 0.34% -
XYZ 4.46 2.32 2.7 -
YUV 34.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 87 5 45 0 0.94 0.48 0.66 330.73 0.89 0.18
Hex 57 5 2D 0 5E 30 42 14B 59 12
Octal 127 5 55 0 136 60 102 513 131 22
Binary 1010111 101 101101 0 1011110 110000 1000010 101001011 1011001 10010

Color Harmonies of #57052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57052D

Black with #57052D

Text Example


Text Example

White with #57052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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