#58004F

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

Shades of Tyrian Purple #58004F

Tints of Tyrian Purple #58004F

Color information

#58004F (or 0x58004F) is unknown color: approx Tyrian Purple. HEX triplet: 58, 00 and 4F. RGB value is (88,0,79). Sum of RGB (Red+Green+Blue) = 88+0+79=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58004F is #A7FFB0. Grayscale: #232323. Windows color (decimal): -11009969 or 5177432. OLE color: 5177432.

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

Color convert

RGB88079-
CMYK010.100.65
HSL306.14º100%17.25%-
HSV(B)306.14º100%34.51%-
XYZ5.442.647.62-
YUV35.32152.65165.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=52.69%
G=0%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88079010.100.65306.1410017.25
Hex5804F064A411326411
Octal130011701441210146214421
Binary1011000010011110110010010101000001100110010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58004F; }

 p { color: rgb(88,0,79); }

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

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

 a { background-color: rgb(88,0,79); }

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

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

 span { border-color: rgb(88,0,79); }

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