#58103C

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

Shades of Tyrian Purple #58103C

Tints of Tyrian Purple #58103C

Color information

#58103C (or 0x58103C) is unknown color: approx Tyrian Purple. HEX triplet: 58, 10 and 3C. RGB value is (88,16,60). Sum of RGB (Red+Green+Blue) = 88+16+60=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #58103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58103C is #A7EFC3. Grayscale: #2A2A2A. Windows color (decimal): -11005892 or 3936344. OLE color: 3936344.

HSL color Cylindrical-coordinate representation of color #58103C: hue angle of 323.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58103C is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB881660-
CMYK00.820.320.65
HSL323.33º69.23%20.39%-
HSV(B)323.33º81.82%34.51%-
XYZ5.032.774.55-
YUV42.54137.85160.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.66%
GREEN value IS 16 (6.64% from 255) = 9.76%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=53.66%
G=9.76%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88166000.820.320.65323.3369.2320.39
Hex58103C05220411434514
Octal130207401224010150310524
Binary101100010000111100010100101000001000001101000011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58103C; }

 p { color: rgb(88,16,60); }

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

<style>
 a { background-color: #58103C; }

 a { background-color: rgb(88,16,60); }

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

<style>
 span { border-color: #58103C; }

 span { border-color: rgb(88,16,60); }

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