#570335

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

Shades of Tyrian Purple #570335

Tints of Tyrian Purple #570335

Color information

#570335 (or 0x570335) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 35. RGB value is (87,3,53). Sum of RGB (Red+Green+Blue) = 87+3+53=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #570335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570335 is #A8FCCA. Grayscale: #212121. Windows color (decimal): -11074763 or 3474263. OLE color: 3474263.

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

Color convert

RGB87353-
CMYK00.970.390.66
HSL324.29º93.33%17.65%-
HSV(B)324.29º96.55%34.12%-
XYZ4.612.353.58-
YUV33.82138.83165.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.84%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=60.84%
G=2.10%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8735300.970.390.66324.2993.3317.65
Hex5733506127421445d12
Octal12736501414710250413522
Binary101011111110101011000011001111000010101000100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570335; }

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

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

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

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

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

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

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

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