Html Css Color HEX #570022 Tyrian Purple

📋 copy color: '#570022'

red 87 ◦ green 0 ◦ blue 34

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

Shades of Tyrian Purple #570022

Tints of Tyrian Purple #570022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 28.1%

R = 71.9%
G = 0%
B = 28.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#570022 (or 0x570022) is known color: Tyrian Purple. HEX triplet: 57, 00 and 22. RGB value is (87,0,34). Sum of RGB (Red+Green+Blue) = 87+0+34=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #570022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570022 is #A8FFDD. Grayscale: #1D1D1D. Windows color (decimal): -11075550 or 2228311. OLE color: 2228311.

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

Color convert

RGB 87 0 34 -
CMYK 0 1 0.61 0.66
HSL 336.55º 1% 0.17% -
HSV(B) 336.55º 1% 0.34% -
XYZ 4.22 2.14 1.7 -
YUV 29.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 87 0 34 0 1 0.61 0.66 336.55 1 0.17
Hex 57 0 22 0 64 3D 42 151 64 11
Octal 127 0 42 0 144 75 102 521 144 21
Binary 1010111 0 100010 0 1100100 111101 1000010 101010001 1100100 10001

Color Harmonies of #570022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570022

Black with #570022

Text Example


Text Example

White with #570022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570022; }

 p { color: rgb(87,0,34); }

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

background-color css

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

 a { background-color: rgb(87,0,34); }

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

border-color css

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

 span { border-color: rgb(87,0,34); }

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