Html Css Color HEX #57022B Tyrian Purple

📋 copy color: '#57022B'

red 87 ◦ green 2 ◦ blue 43

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

Shades of Tyrian Purple #57022B

Tints of Tyrian Purple #57022B

RGB

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

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

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

R = 65.91%
G = 1.52%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57022B (or 0x57022B) is known color: Tyrian Purple. HEX triplet: 57, 02 and 2B. RGB value is (87,2,43). Sum of RGB (Red+Green+Blue) = 87+2+43=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #57022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57022B is #A8FDD4. Grayscale: #202020. Windows color (decimal): -11075029 or 2818647. OLE color: 2818647.

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

Color convert

RGB 87 2 43 -
CMYK 0 0.98 0.51 0.66
HSL 331.06º 0.96% 0.17% -
HSV(B) 331.06º 0.98% 0.34% -
XYZ 4.39 2.24 2.49 -
YUV 32.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 87 2 43 0 0.98 0.51 0.66 331.06 0.96 0.17
Hex 57 2 2B 0 62 33 42 14B 60 11
Octal 127 2 53 0 142 63 102 513 140 21
Binary 1010111 10 101011 0 1100010 110011 1000010 101001011 1100000 10001

Color Harmonies of #57022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57022B

Black with #57022B

Text Example


Text Example

White with #57022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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