#570334

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

Shades of Tyrian Purple #570334

Tints of Tyrian Purple #570334

Color information

#570334 (or 0x570334) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 34. RGB value is (87,3,52). Sum of RGB (Red+Green+Blue) = 87+3+52=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #570334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570334 is #A8FCCB. Grayscale: #212121. Windows color (decimal): -11074764 or 3408727. OLE color: 3408727.

HSL color Cylindrical-coordinate representation of color #570334: hue angle of 325º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570334 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB87352-
CMYK00.970.400.66
HSL325º93.33%17.65%-
HSV(B)325º96.55%34.12%-
XYZ4.582.343.46-
YUV33.7138.33166.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.27%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 52 (20.70% from 255) = 36.62%
R=61.27%
G=2.11%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8735200.970.400.6632593.3317.65
Hex5733406128421455d12
Octal12736401415010250513522
Binary101011111110100011000011010001000010101000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570334; }

 p { color: rgb(87,3,52); }

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

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

 a { background-color: rgb(87,3,52); }

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

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

 span { border-color: rgb(87,3,52); }

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