#580941

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

Shades of Tyrian Purple #580941

Tints of Tyrian Purple #580941

Color information

#580941 (or 0x580941) is unknown color: approx Tyrian Purple. HEX triplet: 58, 09 and 41. RGB value is (88,9,65). Sum of RGB (Red+Green+Blue) = 88+9+65=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #580941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580941 is #A7F6BE. Grayscale: #262626. Windows color (decimal): -11007679 or 4262232. OLE color: 4262232.

HSL color Cylindrical-coordinate representation of color #580941: hue angle of 317.47º 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 #580941 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB88965-
CMYK00.900.260.65
HSL317.47º81.44%19.02%-
HSV(B)317.47º89.77%34.51%-
XYZ5.082.655.25-
YUV39142.67162.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 65 (25.78% from 255) = 40.12%
R=54.32%
G=5.56%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8896500.900.260.65317.4781.4419.02
Hex5894105A1A4113d5113
Octal1301110101323210147512123
Binary10110001001100000101011010110101000001100111101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580941; }

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

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

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

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

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

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

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

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