Html Css Color HEX #57022C Tyrian Purple

📋 copy color: '#57022C'

red 87 ◦ green 2 ◦ blue 44

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

Shades of Tyrian Purple #57022C

Tints of Tyrian Purple #57022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.5%

 BLUE value IS 44 (17.58% from 255) = 33.08%

R = 65.41%
G = 1.5%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#57022C (or 0x57022C) is known color: Tyrian Purple. HEX triplet: 57, 02 and 2C. RGB value is (87,2,44). Sum of RGB (Red+Green+Blue) = 87+2+44=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #57022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57022C is #A8FDD3. Grayscale: #202020. Windows color (decimal): -11075028 or 2884183. OLE color: 2884183.

HSL color Cylindrical-coordinate representation of color #57022C: hue angle of 330.35º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57022C is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 44 -
CMYK 0 0.98 0.49 0.66
HSL 330.35º 0.96% 0.17% -
HSV(B) 330.35º 0.98% 0.34% -
XYZ 4.41 2.25 2.59 -
YUV 32.2 134.66 167.08 -
System Red Green Blue C M Y K H S L
Decimal 87 2 44 0 0.98 0.49 0.66 330.35 0.96 0.17
Hex 57 2 2C 0 62 31 42 14A 60 11
Octal 127 2 54 0 142 61 102 512 140 21
Binary 1010111 10 101100 0 1100010 110001 1000010 101001010 1100000 10001

Color Harmonies of #57022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57022C

Black with #57022C

Text Example


Text Example

White with #57022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57022C; }

 p { color: rgb(87,2,44); }

 H1.HeaderClassName
 {
   color: #57022C;
 }
 .AnyTagClassName
 {
   color: #57022C;
 }
</style>

background-color css

<style>
 a { background-color: #57022C; }

 a { background-color: rgb(87,2,44); }

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

border-color css

<style>
 span { border-color: #57022C; }

 span { border-color: rgb(87,2,44); }

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