#570122

Color #570122 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #570122

Tints of Tyrian Purple #570122

Color information

#570122 (or 0x570122) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 22. RGB value is (87,1,34). Sum of RGB (Red+Green+Blue) = 87+1+34=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #570122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570122 is #A8FEDD. Grayscale: #1E1E1E. Windows color (decimal): -11075294 or 2228567. OLE color: 2228567.

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

Color convert

RGB87134-
CMYK00.990.610.66
HSL336.98º97.73%17.25%-
HSV(B)336.98º98.85%34.12%-
XYZ4.232.161.71-
YUV30.48129.99168.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.31%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=71.31%
G=0.82%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8713400.990.610.66336.9897.7317.25
Hex571220633D421516211
Octal12714201437510252114221
Binary10101111100010011000111111011000010101010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570122; }

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

 H1.HeaderClassName
 {
   color: #570122;
 }
 .AnyTagClassName
 {
   color: #570122;
 }
</style>
background-color css

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

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

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

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

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

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