#570935

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

Shades of Tyrian Purple #570935

Tints of Tyrian Purple #570935

Color information

#570935 (or 0x570935) is unknown color: approx Tyrian Purple. HEX triplet: 57, 09 and 35. RGB value is (87,9,53). Sum of RGB (Red+Green+Blue) = 87+9+53=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #570935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570935 is #A8F6CA. Grayscale: #252525. Windows color (decimal): -11073227 or 3475799. OLE color: 3475799.

HSL color Cylindrical-coordinate representation of color #570935: hue angle of 326.15º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570935 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB87953-
CMYK00.900.390.66
HSL326.15º81.25%18.82%-
HSV(B)326.15º89.66%34.12%-
XYZ4.672.483.6-
YUV37.34136.84163.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=58.39%
G=6.04%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8795300.900.390.66326.1581.2518.82
Hex5793505A27421465113
Octal127116501324710250612123
Binary10101111001110101010110101001111000010101000110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570935; }

 p { color: rgb(87,9,53); }

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

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

 a { background-color: rgb(87,9,53); }

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

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

 span { border-color: rgb(87,9,53); }

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