#58022D

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

Shades of Tyrian Purple #58022D

Tints of Tyrian Purple #58022D

Color information

#58022D (or 0x58022D) is unknown color: approx Tyrian Purple. HEX triplet: 58, 02 and 2D. RGB value is (88,2,45). Sum of RGB (Red+Green+Blue) = 88+2+45=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58022D is #A7FDD2. Grayscale: #202020. Windows color (decimal): -11009491 or 2949720. OLE color: 2949720.

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

Color convert

RGB88245-
CMYK00.980.490.65
HSL330º95.56%17.65%-
HSV(B)330º97.73%34.51%-
XYZ4.522.312.69-
YUV32.62134.99167.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.19%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=65.19%
G=1.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8824500.980.490.6533095.5617.65
Hex5822D062314114a6012
Octal13025501426110151214022
Binary101100010101101011000101100011000001101001010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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