#570225

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

Shades of Tyrian Purple #570225

Tints of Tyrian Purple #570225

Color information

#570225 (or 0x570225) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 25. RGB value is (87,2,37). Sum of RGB (Red+Green+Blue) = 87+2+37=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #570225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570225 is #A8FDDA. Grayscale: #1F1F1F. Windows color (decimal): -11075035 or 2425431. OLE color: 2425431.

HSL color Cylindrical-coordinate representation of color #570225: hue angle of 335.29º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570225 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB87237-
CMYK00.980.570.66
HSL335.29º95.51%17.45%-
HSV(B)335.29º97.7%34.12%-
XYZ4.292.21.95-
YUV31.4131.16167.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.05%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 37 (14.84% from 255) = 29.37%
R=69.05%
G=1.59%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8723700.980.570.66335.2995.5117.45
Hex57225062394214f6011
Octal12724501427110251714021
Binary101011110100101011000101110011000010101001111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570225; }

 p { color: rgb(87,2,37); }

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

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

 a { background-color: rgb(87,2,37); }

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

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

 span { border-color: rgb(87,2,37); }

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