#58113B

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

Shades of Tyrian Purple #58113B

Tints of Tyrian Purple #58113B

Color information

#58113B (or 0x58113B) is unknown color: approx Tyrian Purple. HEX triplet: 58, 11 and 3B. RGB value is (88,17,59). Sum of RGB (Red+Green+Blue) = 88+17+59=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #58113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58113B is #A7EEC4. Grayscale: #2A2A2A. Windows color (decimal): -11005637 or 3871064. OLE color: 3871064.

HSL color Cylindrical-coordinate representation of color #58113B: hue angle of 324.51º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58113B is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB881759-
CMYK00.810.330.65
HSL324.51º67.62%20.59%-
HSV(B)324.51º80.68%34.51%-
XYZ5.012.794.41-
YUV43.02137.02160.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.66%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 59 (23.44% from 255) = 35.98%
R=53.66%
G=10.37%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88175900.810.330.65324.5167.6220.59
Hex58113B05121411454415
Octal130217301214110150510425
Binary101100010001111011010100011000011000001101000101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58113B; }

 p { color: rgb(88,17,59); }

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

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

 a { background-color: rgb(88,17,59); }

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

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

 span { border-color: rgb(88,17,59); }

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