#58023B

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

Shades of Tyrian Purple #58023B

Tints of Tyrian Purple #58023B

Color information

#58023B (or 0x58023B) is unknown color: approx Tyrian Purple. HEX triplet: 58, 02 and 3B. RGB value is (88,2,59). Sum of RGB (Red+Green+Blue) = 88+2+59=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #58023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58023B is #A7FDC4. Grayscale: #222222. Windows color (decimal): -11009477 or 3867224. OLE color: 3867224.

HSL color Cylindrical-coordinate representation of color #58023B: hue angle of 320.23º 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 #58023B is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB88259-
CMYK00.980.330.65
HSL320.23º95.56%17.65%-
HSV(B)320.23º97.73%34.51%-
XYZ4.842.434.35-
YUV34.21141.99166.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 59 (23.44% from 255) = 39.60%
R=59.06%
G=1.34%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8825900.980.330.65320.2395.5617.65
Hex5823B06221411406012
Octal13027301424110150014022
Binary101100010111011011000101000011000001101000000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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