#580B3B

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

Shades of Tyrian Purple #580B3B

Tints of Tyrian Purple #580B3B

Color information

#580B3B (or 0x580B3B) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0B and 3B. RGB value is (88,11,59). Sum of RGB (Red+Green+Blue) = 88+11+59=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #580B3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B3B is #A7F4C4. Grayscale: #272727. Windows color (decimal): -11007173 or 3869528. OLE color: 3869528.

HSL color Cylindrical-coordinate representation of color #580B3B: hue angle of 322.6º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B3B is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB881159-
CMYK00.880.330.65
HSL322.6º77.78%19.41%-
HSV(B)322.6º87.5%34.51%-
XYZ4.932.634.39-
YUV39.49139.01162.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 11 (4.69% from 255) = 6.96%
BLUE value IS 59 (23.44% from 255) = 37.34%
R=55.70%
G=6.96%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88115900.880.330.65322.677.7819.41
Hex58B3B05821411434e13
Octal130137301304110150311623
Binary10110001011111011010110001000011000001101000011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580B3B; }

 p { color: rgb(88,11,59); }

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

<style>
 a { background-color: #580B3B; }

 a { background-color: rgb(88,11,59); }

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

<style>
 span { border-color: #580B3B; }

 span { border-color: rgb(88,11,59); }

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