Html Css Color HEX #57052B Tyrian Purple

📋 copy color: '#57052B'

red 87 ◦ green 5 ◦ blue 43

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

Shades of Tyrian Purple #57052B

Tints of Tyrian Purple #57052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 31.85%

R = 64.44%
G = 3.7%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57052B (or 0x57052B) is known color: Tyrian Purple. HEX triplet: 57, 05 and 2B. RGB value is (87,5,43). Sum of RGB (Red+Green+Blue) = 87+5+43=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57052B is #A8FAD4. Grayscale: #212121. Windows color (decimal): -11074261 or 2819415. OLE color: 2819415.

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

Color convert

RGB 87 5 43 -
CMYK 0 0.94 0.51 0.66
HSL 332.2º 0.89% 0.18% -
HSV(B) 332.2º 0.94% 0.34% -
XYZ 4.42 2.31 2.5 -
YUV 33.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 87 5 43 0 0.94 0.51 0.66 332.2 0.89 0.18
Hex 57 5 2B 0 5E 33 42 14C 59 12
Octal 127 5 53 0 136 63 102 514 131 22
Binary 1010111 101 101011 0 1011110 110011 1000010 101001100 1011001 10010

Color Harmonies of #57052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57052B

Black with #57052B

Text Example


Text Example

White with #57052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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