#580434

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

Shades of Tyrian Purple #580434

Tints of Tyrian Purple #580434

Color information

#580434 (or 0x580434) is unknown color: approx Tyrian Purple. HEX triplet: 58, 04 and 34. RGB value is (88,4,52). Sum of RGB (Red+Green+Blue) = 88+4+52=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #580434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580434 is #A7FBCB. Grayscale: #222222. Windows color (decimal): -11008972 or 3408984. OLE color: 3408984.

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

Color convert

RGB88452-
CMYK00.950.410.65
HSL325.71º91.3%18.04%-
HSV(B)325.71º95.45%34.51%-
XYZ4.692.413.47-
YUV34.59137.83166.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.11%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 52 (20.70% from 255) = 36.11%
R=61.11%
G=2.78%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8845200.950.410.65325.7191.318.04
Hex5843405F29411465b12
Octal13046401375110150613322
Binary1011000100110100010111111010011000001101000110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580434; }

 p { color: rgb(88,4,52); }

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

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

 a { background-color: rgb(88,4,52); }

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

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

 span { border-color: rgb(88,4,52); }

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