Html Css Color HEX #57062D Tyrian Purple

📋 copy color: '#57062D'

red 87 ◦ green 6 ◦ blue 45

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

Shades of Tyrian Purple #57062D

Tints of Tyrian Purple #57062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.35%

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

R = 63.04%
G = 4.35%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#57062D (or 0x57062D) is known color: Tyrian Purple. HEX triplet: 57, 06 and 2D. RGB value is (87,6,45). Sum of RGB (Red+Green+Blue) = 87+6+45=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57062D is #A8F9D2. Grayscale: #222222. Windows color (decimal): -11074003 or 2950743. OLE color: 2950743.

HSL color Cylindrical-coordinate representation of color #57062D: hue angle of 331.11º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #57062D is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 6 45 -
CMYK 0 0.93 0.48 0.66
HSL 331.11º 0.87% 0.18% -
HSV(B) 331.11º 0.93% 0.34% -
XYZ 4.47 2.35 2.7 -
YUV 34.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 87 6 45 0 0.93 0.48 0.66 331.11 0.87 0.18
Hex 57 6 2D 0 5D 30 42 14B 57 12
Octal 127 6 55 0 135 60 102 513 127 22
Binary 1010111 110 101101 0 1011101 110000 1000010 101001011 1010111 10010

Color Harmonies of #57062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57062D

Black with #57062D

Text Example


Text Example

White with #57062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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