#58114B

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

Shades of Tyrian Purple #58114B

Tints of Tyrian Purple #58114B

Color information

#58114B (or 0x58114B) is unknown color: approx Tyrian Purple. HEX triplet: 58, 11 and 4B. RGB value is (88,17,75). Sum of RGB (Red+Green+Blue) = 88+17+75=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58114B is #A7EEB4. Grayscale: #2C2C2C. Windows color (decimal): -11005621 or 4919640. OLE color: 4919640.

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

Color convert

RGB881775-
CMYK00.810.150.65
HSL310.99º67.62%20.59%-
HSV(B)310.99º80.68%34.51%-
XYZ5.492.986.94-
YUV44.84145.02158.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=48.89%
G=9.44%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88177500.810.150.65310.9967.6220.59
Hex58114B051F411374415
Octal1302111301211710146710425
Binary10110001000110010110101000111111000001100110111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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