#570429

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

Shades of Tyrian Purple #570429

Tints of Tyrian Purple #570429

Color information

#570429 (or 0x570429) is unknown color: approx Tyrian Purple. HEX triplet: 57, 04 and 29. RGB value is (87,4,41). Sum of RGB (Red+Green+Blue) = 87+4+41=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #570429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570429 is #A8FBD6. Grayscale: #202020. Windows color (decimal): -11074519 or 2688087. OLE color: 2688087.

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

Color convert

RGB87441-
CMYK00.950.530.66
HSL333.25º91.21%17.84%-
HSV(B)333.25º95.4%34.12%-
XYZ4.372.272.31-
YUV33.03132.5166.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.91%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=65.91%
G=3.03%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8744100.950.530.66333.2591.2117.84
Hex5742905F354214d5b12
Octal12745101376510251513322
Binary1010111100101001010111111101011000010101001101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570429; }

 p { color: rgb(87,4,41); }

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

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

 a { background-color: rgb(87,4,41); }

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

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

 span { border-color: rgb(87,4,41); }

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