#58022E

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

Shades of Tyrian Purple #58022E

Tints of Tyrian Purple #58022E

Color information

#58022E (or 0x58022E) is unknown color: approx Tyrian Purple. HEX triplet: 58, 02 and 2E. RGB value is (88,2,46). Sum of RGB (Red+Green+Blue) = 88+2+46=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58022E is #A7FDD1. Grayscale: #202020. Windows color (decimal): -11009490 or 3015256. OLE color: 3015256.

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

Color convert

RGB88246-
CMYK00.980.480.65
HSL329.3º95.56%17.65%-
HSV(B)329.3º97.73%34.51%-
XYZ4.542.322.79-
YUV32.73135.49167.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.71%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=64.71%
G=1.47%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8824600.980.480.65329.395.5617.65
Hex5822E06230411496012
Octal13025601426010151114022
Binary101100010101110011000101100001000001101001001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58022E; }

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

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

<style>
 a { background-color: #58022E; }

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

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

<style>
 span { border-color: #58022E; }

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

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