#58133A

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

Shades of Tyrian Purple #58133A

Tints of Tyrian Purple #58133A

Color information

#58133A (or 0x58133A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 13 and 3A. RGB value is (88,19,58). Sum of RGB (Red+Green+Blue) = 88+19+58=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58133A is #A7ECC5. Grayscale: #2B2B2B. Windows color (decimal): -11005126 or 3806040. OLE color: 3806040.

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

Color convert

RGB881958-
CMYK00.780.340.65
HSL326.09º64.49%20.98%-
HSV(B)326.09º78.41%34.51%-
XYZ5.022.854.29-
YUV44.08135.86159.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=53.33%
G=11.52%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88195800.780.340.65326.0964.4920.98
Hex58133A04E22411464015
Octal130237201164210150610025
Binary101100010011111010010011101000101000001101000110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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