#570226

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

Shades of Tyrian Purple #570226

Tints of Tyrian Purple #570226

Color information

#570226 (or 0x570226) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 26. RGB value is (87,2,38). Sum of RGB (Red+Green+Blue) = 87+2+38=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #570226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570226 is #A8FDD9. Grayscale: #1F1F1F. Windows color (decimal): -11075034 or 2490967. OLE color: 2490967.

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

Color convert

RGB87238-
CMYK00.980.560.66
HSL334.59º95.51%17.45%-
HSV(B)334.59º97.7%34.12%-
XYZ4.32.212.03-
YUV31.52131.66167.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 68.50%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=68.50%
G=1.57%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8723800.980.560.66334.5995.5117.45
Hex57226062384214f6011
Octal12724601427010251714021
Binary101011110100110011000101110001000010101001111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570226; }

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

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

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

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

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

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

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

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