#58092A

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

Shades of Tyrian Purple #58092A

Tints of Tyrian Purple #58092A

Color information

#58092A (or 0x58092A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 09 and 2A. RGB value is (88,9,42). Sum of RGB (Red+Green+Blue) = 88+9+42=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #58092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58092A is #A7F6D5. Grayscale: #242424. Windows color (decimal): -11007702 or 2754904. OLE color: 2754904.

HSL color Cylindrical-coordinate representation of color #58092A: hue angle of 334.94º 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 #58092A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB88942-
CMYK00.900.520.65
HSL334.94º81.44%19.02%-
HSV(B)334.94º89.77%34.51%-
XYZ4.542.442.42-
YUV36.38131.17164.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=63.31%
G=6.47%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8894200.900.520.65334.9481.4419.02
Hex5892A05A344114f5113
Octal130115201326410151712123
Binary10110001001101010010110101101001000001101001111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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