Html Css Color HEX #57052F Tyrian Purple

📋 copy color: '#57052F'

red 87 ◦ green 5 ◦ blue 47

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

Shades of Tyrian Purple #57052F

Tints of Tyrian Purple #57052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.81%

R = 62.59%
G = 3.6%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.66

RGB Variations

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

Color information

#57052F (or 0x57052F) is known color: Tyrian Purple. HEX triplet: 57, 05 and 2F. RGB value is (87,5,47). Sum of RGB (Red+Green+Blue) = 87+5+47=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #57052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57052F is #A8FAD0. Grayscale: #222222. Windows color (decimal): -11074257 or 3081559. OLE color: 3081559.

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

Color convert

RGB 87 5 47 -
CMYK 0 0.94 0.46 0.66
HSL 329.27º 0.89% 0.18% -
HSV(B) 329.27º 0.94% 0.34% -
XYZ 4.5 2.34 2.9 -
YUV 34.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 87 5 47 0 0.94 0.46 0.66 329.27 0.89 0.18
Hex 57 5 2F 0 5E 2E 42 149 59 12
Octal 127 5 57 0 136 56 102 511 131 22
Binary 1010111 101 101111 0 1011110 101110 1000010 101001001 1011001 10010

Color Harmonies of #57052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57052F

Black with #57052F

Text Example


Text Example

White with #57052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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