#580B3F

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

Shades of Tyrian Purple #580B3F

Tints of Tyrian Purple #580B3F

Color information

#580B3F (or 0x580B3F) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0B and 3F. RGB value is (88,11,63). Sum of RGB (Red+Green+Blue) = 88+11+63=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #580B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B3F is #A7F4C0. Grayscale: #272727. Windows color (decimal): -11007169 or 4131672. OLE color: 4131672.

HSL color Cylindrical-coordinate representation of color #580B3F: hue angle of 319.48º 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 #580B3F is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB881163-
CMYK00.880.280.65
HSL319.48º77.78%19.41%-
HSV(B)319.48º87.5%34.51%-
XYZ5.042.674.95-
YUV39.95141.01162.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 11 (4.69% from 255) = 6.79%
BLUE value IS 63 (25% from 255) = 38.89%
R=54.32%
G=6.79%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88116300.880.280.65319.4877.7819.41
Hex58B3F0581C4113f4e13
Octal130137701303410147711623
Binary1011000101111111101011000111001000001100111111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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