#580934

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

Shades of Tyrian Purple #580934

Tints of Tyrian Purple #580934

Color information

#580934 (or 0x580934) is unknown color: approx Tyrian Purple. HEX triplet: 58, 09 and 34. RGB value is (88,9,52). Sum of RGB (Red+Green+Blue) = 88+9+52=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #580934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580934 is #A7F6CB. Grayscale: #252525. Windows color (decimal): -11007692 or 3410264. OLE color: 3410264.

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

Color convert

RGB88952-
CMYK00.900.410.65
HSL327.34º81.44%19.02%-
HSV(B)327.34º89.77%34.51%-
XYZ4.742.523.48-
YUV37.52136.17164-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 52 (20.70% from 255) = 34.90%
R=59.06%
G=6.04%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8895200.900.410.65327.3481.4419.02
Hex5893405A29411475113
Octal130116401325110150712123
Binary10110001001110100010110101010011000001101000111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580934; }

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

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

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

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

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

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

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

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