#580343

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

Shades of Tyrian Purple #580343

Tints of Tyrian Purple #580343

Color information

#580343 (or 0x580343) is unknown color: approx Tyrian Purple. HEX triplet: 58, 03 and 43. RGB value is (88,3,67). Sum of RGB (Red+Green+Blue) = 88+3+67=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #580343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580343 is #A7FCBC. Grayscale: #232323. Windows color (decimal): -11009213 or 4391768. OLE color: 4391768.

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

Color convert

RGB88367-
CMYK00.970.240.65
HSL314.82º93.41%17.84%-
HSV(B)314.82º96.59%34.51%-
XYZ5.072.555.53-
YUV35.71145.66165.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 67 (26.56% from 255) = 42.41%
R=55.70%
G=1.90%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8836700.970.240.65314.8293.4117.84
Hex58343061184113b5d12
Octal130310301413010147313522
Binary101100011100001101100001110001000001100111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580343; }

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

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

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

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

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

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

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

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