#580331

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

Shades of Tyrian Purple #580331

Tints of Tyrian Purple #580331

Color information

#580331 (or 0x580331) is unknown color: approx Tyrian Purple. HEX triplet: 58, 03 and 31. RGB value is (88,3,49). Sum of RGB (Red+Green+Blue) = 88+3+49=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #580331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580331 is #A7FCCE. Grayscale: #212121. Windows color (decimal): -11009231 or 3212120. OLE color: 3212120.

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

Color convert

RGB88349-
CMYK00.970.440.65
HSL327.53º93.41%17.84%-
HSV(B)327.53º96.59%34.51%-
XYZ4.612.363.12-
YUV33.66136.66166.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.86%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 49 (19.53% from 255) = 35%
R=62.86%
G=2.14%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8834900.970.440.65327.5393.4117.84
Hex583310612C411485d12
Octal13036101415410151013522
Binary101100011110001011000011011001000001101001000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580331; }

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

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

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

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

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

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

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

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