Html Css Color HEX #57032A Tyrian Purple

📋 copy color: '#57032A'

red 87 ◦ green 3 ◦ blue 42

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

Shades of Tyrian Purple #57032A

Tints of Tyrian Purple #57032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

 BLUE value IS 42 (16.8% from 255) = 31.82%

R = 65.91%
G = 2.27%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57032A (or 0x57032A) is known color: Tyrian Purple. HEX triplet: 57, 03 and 2A. RGB value is (87,3,42). Sum of RGB (Red+Green+Blue) = 87+3+42=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #57032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57032A is #A8FCD5. Grayscale: #202020. Windows color (decimal): -11074774 or 2753367. OLE color: 2753367.

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

Color convert

RGB 87 3 42 -
CMYK 0 0.97 0.52 0.66
HSL 332.14º 0.93% 0.18% -
HSV(B) 332.14º 0.97% 0.34% -
XYZ 4.38 2.26 2.4 -
YUV 32.56 133.33 166.83 -
System Red Green Blue C M Y K H S L
Decimal 87 3 42 0 0.97 0.52 0.66 332.14 0.93 0.18
Hex 57 3 2A 0 61 34 42 14C 5D 12
Octal 127 3 52 0 141 64 102 514 135 22
Binary 1010111 11 101010 0 1100001 110100 1000010 101001100 1011101 10010

Color Harmonies of #57032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57032A

Black with #57032A

Text Example


Text Example

White with #57032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57032A; }

 p { color: rgb(87,3,42); }

 H1.HeaderClassName
 {
   color: #57032A;
 }
 .AnyTagClassName
 {
   color: #57032A;
 }
</style>

background-color css

<style>
 a { background-color: #57032A; }

 a { background-color: rgb(87,3,42); }

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

border-color css

<style>
 span { border-color: #57032A; }

 span { border-color: rgb(87,3,42); }

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