#571035

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

Shades of Tyrian Purple #571035

Tints of Tyrian Purple #571035

Color information

#571035 (or 0x571035) is unknown color: approx Tyrian Purple. HEX triplet: 57, 10 and 35. RGB value is (87,16,53). Sum of RGB (Red+Green+Blue) = 87+16+53=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #571035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571035 is #A8EFCA. Grayscale: #292929. Windows color (decimal): -11071435 or 3477591. OLE color: 3477591.

HSL color Cylindrical-coordinate representation of color #571035: hue angle of 328.73º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571035 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB871653-
CMYK00.820.390.66
HSL328.73º68.93%20.2%-
HSV(B)328.73º81.61%34.12%-
XYZ4.762.653.63-
YUV41.45134.52160.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 53 (21.09% from 255) = 33.97%
R=55.77%
G=10.26%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87165300.820.390.66328.7368.9320.2
Hex57103505227421494514
Octal127206501224710251110524
Binary101011110000110101010100101001111000010101001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571035; }

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

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

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

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

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

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

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

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