#580828

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

Shades of Tyrian Purple #580828

Tints of Tyrian Purple #580828

Color information

#580828 (or 0x580828) is unknown color: approx Tyrian Purple. HEX triplet: 58, 08 and 28. RGB value is (88,8,40). Sum of RGB (Red+Green+Blue) = 88+8+40=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #580828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580828 is #A7F7D7. Grayscale: #232323. Windows color (decimal): -11007960 or 2623576. OLE color: 2623576.

HSL color Cylindrical-coordinate representation of color #580828: hue angle of 336º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580828 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB88840-
CMYK00.910.550.65
HSL336º83.33%18.82%-
HSV(B)336º90.91%34.51%-
XYZ4.492.42.23-
YUV35.57130.5165.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.71%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 40 (16.02% from 255) = 29.41%
R=64.71%
G=5.88%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8884000.910.550.6533683.3318.82
Hex5882805B37411505313
Octal130105001336710152012323
Binary10110001000101000010110111101111000001101010000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580828; }

 p { color: rgb(88,8,40); }

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

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

 a { background-color: rgb(88,8,40); }

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

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

 span { border-color: rgb(88,8,40); }

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