#570330

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

Shades of Tyrian Purple #570330

Tints of Tyrian Purple #570330

Color information

#570330 (or 0x570330) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 30. RGB value is (87,3,48). Sum of RGB (Red+Green+Blue) = 87+3+48=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #570330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570330 is #A8FCCF. Grayscale: #212121. Windows color (decimal): -11074768 or 3146583. OLE color: 3146583.

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

Color convert

RGB87348-
CMYK00.970.450.66
HSL327.86º93.33%17.65%-
HSV(B)327.86º96.55%34.12%-
XYZ4.52.33-
YUV33.25136.33166.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=63.04%
G=2.17%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8734800.970.450.66327.8693.3317.65
Hex573300612D421485d12
Octal12736001415510251013522
Binary101011111110000011000011011011000010101001000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570330; }

 p { color: rgb(87,3,48); }

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

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

 a { background-color: rgb(87,3,48); }

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

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

 span { border-color: rgb(87,3,48); }

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