#58092D

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

Shades of Tyrian Purple #58092D

Tints of Tyrian Purple #58092D

Color information

#58092D (or 0x58092D) is unknown color: approx Tyrian Purple. HEX triplet: 58, 09 and 2D. RGB value is (88,9,45). Sum of RGB (Red+Green+Blue) = 88+9+45=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #58092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58092D is #A7F6D2. Grayscale: #242424. Windows color (decimal): -11007699 or 2951512. OLE color: 2951512.

HSL color Cylindrical-coordinate representation of color #58092D: hue angle of 332.66º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58092D is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB88945-
CMYK00.900.490.65
HSL332.66º81.44%19.02%-
HSV(B)332.66º89.77%34.51%-
XYZ4.62.462.72-
YUV36.72132.67164.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=61.97%
G=6.34%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8894500.900.490.65332.6681.4419.02
Hex5892D05A314114d5113
Octal130115501326110151512123
Binary10110001001101101010110101100011000001101001101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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