#58134B

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

Shades of Tyrian Purple #58134B

Tints of Tyrian Purple #58134B

Color information

#58134B (or 0x58134B) is unknown color: approx Tyrian Purple. HEX triplet: 58, 13 and 4B. RGB value is (88,19,75). Sum of RGB (Red+Green+Blue) = 88+19+75=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58134B is #A7ECB4. Grayscale: #2D2D2D. Windows color (decimal): -11005109 or 4920152. OLE color: 4920152.

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

Color convert

RGB881975-
CMYK00.780.150.65
HSL311.3º64.49%20.98%-
HSV(B)311.3º78.41%34.51%-
XYZ5.533.056.95-
YUV46.02144.36157.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.35%
GREEN value IS 19 (7.81% from 255) = 10.44%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=48.35%
G=10.44%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88197500.780.150.65311.364.4920.98
Hex58134B04EF411374015
Octal1302311301161710146710025
Binary10110001001110010110100111011111000001100110111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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