#58114A

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

Shades of Tyrian Purple #58114A

Tints of Tyrian Purple #58114A

Color information

#58114A (or 0x58114A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 11 and 4A. RGB value is (88,17,74). Sum of RGB (Red+Green+Blue) = 88+17+74=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #58114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58114A is #A7EEB5. Grayscale: #2C2C2C. Windows color (decimal): -11005622 or 4854104. OLE color: 4854104.

HSL color Cylindrical-coordinate representation of color #58114A: hue angle of 311.83º 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 #58114A is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB881774-
CMYK00.810.160.65
HSL311.83º67.62%20.59%-
HSV(B)311.83º80.68%34.51%-
XYZ5.462.976.76-
YUV44.73144.52158.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 74 (29.30% from 255) = 41.34%
R=49.16%
G=9.50%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88177400.810.160.65311.8367.6220.59
Hex58114A05110411384415
Octal1302111201212010147010425
Binary101100010001100101001010001100001000001100111000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58114A; }

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

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

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

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

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

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

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

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