#58022C

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

Shades of Tyrian Purple #58022C

Tints of Tyrian Purple #58022C

Color information

#58022C (or 0x58022C) is unknown color: approx Tyrian Purple. HEX triplet: 58, 02 and 2C. RGB value is (88,2,44). Sum of RGB (Red+Green+Blue) = 88+2+44=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58022C is #A7FDD3. Grayscale: #202020. Windows color (decimal): -11009492 or 2884184. OLE color: 2884184.

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

Color convert

RGB88244-
CMYK00.980.50.65
HSL330.7º95.56%17.65%-
HSV(B)330.7º97.73%34.51%-
XYZ4.52.32.59-
YUV32.5134.49167.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.67%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=65.67%
G=1.49%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8824400.980.50.65330.795.5617.65
Hex5822C062324114b6012
Octal13025401426210151314022
Binary101100010101100011000101100101000001101001011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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