#58032A

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

Shades of Tyrian Purple #58032A

Tints of Tyrian Purple #58032A

Color information

#58032A (or 0x58032A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 03 and 2A. RGB value is (88,3,42). Sum of RGB (Red+Green+Blue) = 88+3+42=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #58032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58032A is #A7FCD5. Grayscale: #202020. Windows color (decimal): -11009238 or 2753368. OLE color: 2753368.

HSL color Cylindrical-coordinate representation of color #58032A: hue angle of 332.47º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58032A is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB88342-
CMYK00.970.520.65
HSL332.47º93.41%17.84%-
HSV(B)332.47º96.59%34.51%-
XYZ4.472.312.4-
YUV32.86133.16167.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.17%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=66.17%
G=2.26%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8834200.970.520.65332.4793.4117.84
Hex5832A061344114c5d12
Octal13035201416410151413522
Binary101100011101010011000011101001000001101001100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58032A; }

 p { color: rgb(88,3,42); }

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

<style>
 a { background-color: #58032A; }

 a { background-color: rgb(88,3,42); }

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

<style>
 span { border-color: #58032A; }

 span { border-color: rgb(88,3,42); }

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