#57022E

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

Shades of Tyrian Purple #57022E

Tints of Tyrian Purple #57022E

Color information

#57022E (or 0x57022E) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 2E. RGB value is (87,2,46). Sum of RGB (Red+Green+Blue) = 87+2+46=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57022E is #A8FDD1. Grayscale: #202020. Windows color (decimal): -11075026 or 3015255. OLE color: 3015255.

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

Color convert

RGB87246-
CMYK00.980.470.66
HSL328.94º95.51%17.45%-
HSV(B)328.94º97.7%34.12%-
XYZ4.452.272.79-
YUV32.43135.66166.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.44%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=64.44%
G=1.48%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8724600.980.470.66328.9495.5117.45
Hex5722E0622F421496011
Octal12725601425710251114021
Binary101011110101110011000101011111000010101001001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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