#58084d

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

Shades of Tyrian Purple #58084D

Tints of Tyrian Purple #58084D

Color information

#58084D (or 0x58084D) is unknown color: approx Tyrian Purple. HEX triplet: 58, 08 and 4D. RGB value is (88,8,77). Sum of RGB (Red+Green+Blue) = 88+8+77=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58084D is #A7F7B2. Grayscale: #272727. Windows color (decimal): -11007923 or 5048408. OLE color: 5048408.

HSL color Cylindrical-coordinate representation of color #58084D: hue angle of 308.25º 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 #58084D is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB88877-
CMYK00.910.120.65
HSL308.25º83.33%18.82%-
HSV(B)308.25º90.91%34.51%-
XYZ5.452.787.27-
YUV39.79149162.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 77 (30.47% from 255) = 44.51%
R=50.87%
G=4.62%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8887700.910.120.65308.2583.3318.82
Hex5884D05BC411345313
Octal1301011501331410146412323
Binary1011000100010011010101101111001000001100110100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58084d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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