#57103F

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

Shades of Tyrian Purple #57103F

Tints of Tyrian Purple #57103F

Color information

#57103F (or 0x57103F) is unknown color: approx Tyrian Purple. HEX triplet: 57, 10 and 3F. RGB value is (87,16,63). Sum of RGB (Red+Green+Blue) = 87+16+63=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57103F is #A8EFC0. Grayscale: #2A2A2A. Windows color (decimal): -11071425 or 4132951. OLE color: 4132951.

HSL color Cylindrical-coordinate representation of color #57103F: hue angle of 320.28º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57103F is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB871663-
CMYK00.820.280.66
HSL320.28º68.93%20.2%-
HSV(B)320.28º81.61%34.12%-
XYZ5.012.764.97-
YUV42.59139.52159.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.41%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 63 (25% from 255) = 37.95%
R=52.41%
G=9.64%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87166300.820.280.66320.2868.9320.2
Hex57103F0521C421404514
Octal127207701223410250010524
Binary10101111000011111101010010111001000010101000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57103F; }

 p { color: rgb(87,16,63); }

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

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

 a { background-color: rgb(87,16,63); }

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

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

 span { border-color: rgb(87,16,63); }

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