#570132

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

Shades of Tyrian Purple #570132

Tints of Tyrian Purple #570132

Color information

#570132 (or 0x570132) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 32. RGB value is (87,1,50). Sum of RGB (Red+Green+Blue) = 87+1+50=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #570132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570132 is #A8FECD. Grayscale: #202020. Windows color (decimal): -11075278 or 3277143. OLE color: 3277143.

HSL color Cylindrical-coordinate representation of color #570132: hue angle of 325.81º 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 #570132 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB87150-
CMYK00.990.430.66
HSL325.81º97.73%17.25%-
HSV(B)325.81º98.85%34.12%-
XYZ4.522.283.22-
YUV32.3137.99167.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=63.04%
G=0.72%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8715000.990.430.66325.8197.7317.25
Hex571320632B421466211
Octal12716201435310250614221
Binary10101111110010011000111010111000010101000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570132; }

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

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

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

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

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

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

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

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