#58103A

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

Shades of Tyrian Purple #58103A

Tints of Tyrian Purple #58103A

Color information

#58103A (or 0x58103A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 10 and 3A. RGB value is (88,16,58). Sum of RGB (Red+Green+Blue) = 88+16+58=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #58103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58103A is #A7EFC5. Grayscale: #2A2A2A. Windows color (decimal): -11005894 or 3805272. OLE color: 3805272.

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

Color convert

RGB881658-
CMYK00.820.340.65
HSL325º69.23%20.39%-
HSV(B)325º81.82%34.51%-
XYZ4.972.754.27-
YUV42.32136.85160.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=54.32%
G=9.88%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88165800.820.340.6532569.2320.39
Hex58103A05222411454514
Octal130207201224210150510524
Binary101100010000111010010100101000101000001101000101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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