#58133E

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

Shades of Tyrian Purple #58133E

Tints of Tyrian Purple #58133E

Color information

#58133E (or 0x58133E) is unknown color: approx Tyrian Purple. HEX triplet: 58, 13 and 3E. RGB value is (88,19,62). Sum of RGB (Red+Green+Blue) = 88+19+62=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58133E is #A7ECC1. Grayscale: #2C2C2C. Windows color (decimal): -11005122 or 4068184. OLE color: 4068184.

HSL color Cylindrical-coordinate representation of color #58133E: hue angle of 322.61º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58133E is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB881962-
CMYK00.780.300.65
HSL322.61º64.49%20.98%-
HSV(B)322.61º78.41%34.51%-
XYZ5.132.894.84-
YUV44.53137.86159-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.07%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 62 (24.61% from 255) = 36.69%
R=52.07%
G=11.24%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88196200.780.300.65322.6164.4920.98
Hex58133E04E1E411434015
Octal130237601163610150310025
Binary10110001001111111001001110111101000001101000011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58133E; }

 p { color: rgb(88,19,62); }

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

<style>
 a { background-color: #58133E; }

 a { background-color: rgb(88,19,62); }

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

<style>
 span { border-color: #58133E; }

 span { border-color: rgb(88,19,62); }

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