#570428

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

Shades of Tyrian Purple #570428

Tints of Tyrian Purple #570428

Color information

#570428 (or 0x570428) is unknown color: approx Tyrian Purple. HEX triplet: 57, 04 and 28. RGB value is (87,4,40). Sum of RGB (Red+Green+Blue) = 87+4+40=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #570428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570428 is #A8FBD7. Grayscale: #202020. Windows color (decimal): -11074520 or 2622551. OLE color: 2622551.

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

Color convert

RGB87440-
CMYK00.950.540.66
HSL333.98º91.21%17.84%-
HSV(B)333.98º95.4%34.12%-
XYZ4.362.272.22-
YUV32.92132166.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.41%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=66.41%
G=3.05%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8744000.950.540.66333.9891.2117.84
Hex5742805F364214e5b12
Octal12745001376610251613322
Binary1010111100101000010111111101101000010101001110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570428; }

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

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

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

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

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

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

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

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