#58023D

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

Shades of Tyrian Purple #58023D

Tints of Tyrian Purple #58023D

Color information

#58023D (or 0x58023D) is unknown color: approx Tyrian Purple. HEX triplet: 58, 02 and 3D. RGB value is (88,2,61). Sum of RGB (Red+Green+Blue) = 88+2+61=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58023D is #A7FDC2. Grayscale: #222222. Windows color (decimal): -11009475 or 3998296. OLE color: 3998296.

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

Color convert

RGB88261-
CMYK00.980.310.65
HSL318.84º95.56%17.65%-
HSV(B)318.84º97.73%34.51%-
XYZ4.892.464.63-
YUV34.44142.99166.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=58.28%
G=1.32%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8826100.980.310.65318.8495.5617.65
Hex5823D0621F4113f6012
Octal13027501423710147714022
Binary10110001011110101100010111111000001100111111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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