#580940

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

Shades of Tyrian Purple #580940

Tints of Tyrian Purple #580940

Color information

#580940 (or 0x580940) is unknown color: approx Tyrian Purple. HEX triplet: 58, 09 and 40. RGB value is (88,9,64). Sum of RGB (Red+Green+Blue) = 88+9+64=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #580940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580940 is #A7F6BF. Grayscale: #262626. Windows color (decimal): -11007680 or 4196696. OLE color: 4196696.

HSL color Cylindrical-coordinate representation of color #580940: hue angle of 318.23º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580940 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB88964-
CMYK00.900.270.65
HSL318.23º81.44%19.02%-
HSV(B)318.23º89.77%34.51%-
XYZ5.052.645.09-
YUV38.89142.17163.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=54.66%
G=5.59%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8896400.900.270.65318.2381.4419.02
Hex5894005A1B4113e5113
Octal1301110001323310147612123
Binary10110001001100000001011010110111000001100111110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580940; }

 p { color: rgb(88,9,64); }

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

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

 a { background-color: rgb(88,9,64); }

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

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

 span { border-color: rgb(88,9,64); }

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