#580132

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

Shades of Tyrian Purple #580132

Tints of Tyrian Purple #580132

Color information

#580132 (or 0x580132) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 32. RGB value is (88,1,50). Sum of RGB (Red+Green+Blue) = 88+1+50=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #580132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580132 is #A7FECD. Grayscale: #202020. Windows color (decimal): -11009742 or 3277144. OLE color: 3277144.

HSL color Cylindrical-coordinate representation of color #580132: hue angle of 326.21º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580132 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB88150-
CMYK00.990.430.65
HSL326.21º97.75%17.45%-
HSV(B)326.21º98.86%34.51%-
XYZ4.612.333.22-
YUV32.6137.82167.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=63.31%
G=0.72%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8815000.990.430.65326.2197.7517.45
Hex581320632B411466211
Octal13016201435310150614221
Binary10110001110010011000111010111000001101000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580132; }

 p { color: rgb(88,1,50); }

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

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

 a { background-color: rgb(88,1,50); }

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

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

 span { border-color: rgb(88,1,50); }

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