#580B45

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

Shades of Tyrian Purple #580B45

Tints of Tyrian Purple #580B45

Color information

#580B45 (or 0x580B45) is unknown color: approx Tyrian Purple. HEX triplet: 58, 0B and 45. RGB value is (88,11,69). Sum of RGB (Red+Green+Blue) = 88+11+69=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #580B45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B45 is #A7F4BA. Grayscale: #282828. Windows color (decimal): -11007163 or 4524888. OLE color: 4524888.

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

Color convert

RGB881169-
CMYK00.880.220.65
HSL314.81º77.78%19.41%-
HSV(B)314.81º87.5%34.51%-
XYZ5.222.745.88-
YUV40.64144.01161.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 11 (4.69% from 255) = 6.55%
BLUE value IS 69 (27.34% from 255) = 41.07%
R=52.38%
G=6.55%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88116900.880.220.65314.8177.7819.41
Hex58B45058164113b4e13
Octal1301310501302610147311623
Binary10110001011100010101011000101101000001100111011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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