#580332

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

Shades of Tyrian Purple #580332

Tints of Tyrian Purple #580332

Color information

#580332 (or 0x580332) is unknown color: approx Tyrian Purple. HEX triplet: 58, 03 and 32. RGB value is (88,3,50). Sum of RGB (Red+Green+Blue) = 88+3+50=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #580332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580332 is #A7FCCD. Grayscale: #212121. Windows color (decimal): -11009230 or 3277656. OLE color: 3277656.

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

Color convert

RGB88350-
CMYK00.970.430.65
HSL326.82º93.41%17.84%-
HSV(B)326.82º96.59%34.51%-
XYZ4.632.373.23-
YUV33.77137.16166.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.41%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 50 (19.92% from 255) = 35.46%
R=62.41%
G=2.13%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8835000.970.430.65326.8293.4117.84
Hex583320612B411475d12
Octal13036201415310150713522
Binary101100011110010011000011010111000001101000111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580332; }

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

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

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

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

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

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

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

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