#570736

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

Shades of Tyrian Purple #570736

Tints of Tyrian Purple #570736

Color information

#570736 (or 0x570736) is unknown color: approx Tyrian Purple. HEX triplet: 57, 07 and 36. RGB value is (87,7,54). Sum of RGB (Red+Green+Blue) = 87+7+54=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #570736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570736 is #A8F8C9. Grayscale: #242424. Windows color (decimal): -11073738 or 3540823. OLE color: 3540823.

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

Color convert

RGB87754-
CMYK00.920.380.66
HSL324.75º85.11%18.43%-
HSV(B)324.75º91.95%34.12%-
XYZ4.672.443.72-
YUV36.28138164.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.78%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 54 (21.48% from 255) = 36.49%
R=58.78%
G=4.73%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8775400.920.380.66324.7585.1118.43
Hex5773605C26421455512
Octal12776601344610250512522
Binary1010111111110110010111001001101000010101000101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570736; }

 p { color: rgb(87,7,54); }

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

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

 a { background-color: rgb(87,7,54); }

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

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

 span { border-color: rgb(87,7,54); }

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