#58133F

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

Shades of Tyrian Purple #58133F

Tints of Tyrian Purple #58133F

Color information

#58133F (or 0x58133F) is unknown color: approx Tyrian Purple. HEX triplet: 58, 13 and 3F. RGB value is (88,19,63). Sum of RGB (Red+Green+Blue) = 88+19+63=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58133F is #A7ECC0. Grayscale: #2C2C2C. Windows color (decimal): -11005121 or 4133720. OLE color: 4133720.

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

Color convert

RGB881963-
CMYK00.780.280.65
HSL321.74º64.49%20.98%-
HSV(B)321.74º78.41%34.51%-
XYZ5.152.94.99-
YUV44.65138.36158.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.76%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 63 (25% from 255) = 37.06%
R=51.76%
G=11.18%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88196300.780.280.65321.7464.4920.98
Hex58133F04E1C411424015
Octal130237701163410150210025
Binary10110001001111111101001110111001000001101000010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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