#58083D

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

Shades of Tyrian Purple #58083D

Tints of Tyrian Purple #58083D

Color information

#58083D (or 0x58083D) is unknown color: approx Tyrian Purple. HEX triplet: 58, 08 and 3D. RGB value is (88,8,61). Sum of RGB (Red+Green+Blue) = 88+8+61=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58083D is #A7F7C2. Grayscale: #252525. Windows color (decimal): -11007939 or 3999832. OLE color: 3999832.

HSL color Cylindrical-coordinate representation of color #58083D: hue angle of 320.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58083D is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB88861-
CMYK00.910.310.65
HSL320.25º83.33%18.82%-
HSV(B)320.25º90.91%34.51%-
XYZ4.952.594.65-
YUV37.96141163.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=56.05%
G=5.10%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8886100.910.310.65320.2583.3318.82
Hex5883D05B1F411405313
Octal130107501333710150012323
Binary1011000100011110101011011111111000001101000000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58083D; }

 p { color: rgb(88,8,61); }

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

<style>
 a { background-color: #58083D; }

 a { background-color: rgb(88,8,61); }

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

<style>
 span { border-color: #58083D; }

 span { border-color: rgb(88,8,61); }

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