#57082A

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

Shades of Tyrian Purple #57082A

Tints of Tyrian Purple #57082A

Color information

#57082A (or 0x57082A) is unknown color: approx Tyrian Purple. HEX triplet: 57, 08 and 2A. RGB value is (87,8,42). Sum of RGB (Red+Green+Blue) = 87+8+42=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #57082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57082A is #A8F7D5. Grayscale: #232323. Windows color (decimal): -11073494 or 2754647. OLE color: 2754647.

HSL color Cylindrical-coordinate representation of color #57082A: hue angle of 334.18º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57082A is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB87842-
CMYK00.910.520.66
HSL334.18º83.16%18.63%-
HSV(B)334.18º90.8%34.12%-
XYZ4.442.372.41-
YUV35.5131.67164.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.50%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=63.50%
G=5.84%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8784200.910.520.66334.1883.1618.63
Hex5782A05B344214e5313
Octal127105201336410251612323
Binary10101111000101010010110111101001000010101001110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57082A; }

 p { color: rgb(87,8,42); }

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

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

 a { background-color: rgb(87,8,42); }

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

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

 span { border-color: rgb(87,8,42); }

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