#580338

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

Shades of Tyrian Purple #580338

Tints of Tyrian Purple #580338

Color information

#580338 (or 0x580338) is unknown color: approx Tyrian Purple. HEX triplet: 58, 03 and 38. RGB value is (88,3,56). Sum of RGB (Red+Green+Blue) = 88+3+56=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #580338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580338 is #A7FCC7. Grayscale: #222222. Windows color (decimal): -11009224 or 3670872. OLE color: 3670872.

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

Color convert

RGB88356-
CMYK00.970.360.65
HSL322.59º93.41%17.84%-
HSV(B)322.59º96.59%34.51%-
XYZ4.772.433.96-
YUV34.46140.16166.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=59.86%
G=2.04%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8835600.970.360.65322.5993.4117.84
Hex5833806124411435d12
Octal13037001414410150313522
Binary101100011111000011000011001001000001101000011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580338; }

 p { color: rgb(88,3,56); }

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

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

 a { background-color: rgb(88,3,56); }

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

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

 span { border-color: rgb(88,3,56); }

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