#58084C

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

Shades of Tyrian Purple #58084C

Tints of Tyrian Purple #58084C

Color information

#58084C (or 0x58084C) is unknown color: approx Tyrian Purple. HEX triplet: 58, 08 and 4C. RGB value is (88,8,76). Sum of RGB (Red+Green+Blue) = 88+8+76=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58084C is #A7F7B3. Grayscale: #272727. Windows color (decimal): -11007924 or 4982872. OLE color: 4982872.

HSL color Cylindrical-coordinate representation of color #58084C: hue angle of 309º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58084C is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB88876-
CMYK00.910.140.65
HSL309º83.33%18.82%-
HSV(B)309º90.91%34.51%-
XYZ5.422.777.09-
YUV39.67148.5162.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 76 (30.08% from 255) = 44.19%
R=51.16%
G=4.65%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8887600.910.140.6530983.3318.82
Hex5884C05BE411355313
Octal1301011401331610146512323
Binary1011000100010011000101101111101000001100110101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58084C; }

 p { color: rgb(88,8,76); }

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

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

 a { background-color: rgb(88,8,76); }

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

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

 span { border-color: rgb(88,8,76); }

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