#58092B

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

Shades of Tyrian Purple #58092B

Tints of Tyrian Purple #58092B

Color information

#58092B (or 0x58092B) is unknown color: approx Tyrian Purple. HEX triplet: 58, 09 and 2B. RGB value is (88,9,43). Sum of RGB (Red+Green+Blue) = 88+9+43=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #58092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58092B is #A7F6D4. Grayscale: #242424. Windows color (decimal): -11007701 or 2820440. OLE color: 2820440.

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

Color convert

RGB88943-
CMYK00.900.510.65
HSL334.18º81.44%19.02%-
HSV(B)334.18º89.77%34.51%-
XYZ4.562.442.52-
YUV36.5131.67164.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.86%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=62.86%
G=6.43%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8894300.900.510.65334.1881.4419.02
Hex5892B05A334114e5113
Octal130115301326310151612123
Binary10110001001101011010110101100111000001101001110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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