#580850

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

Shades of Tyrian Purple #580850

Tints of Tyrian Purple #580850

Color information

#580850 (or 0x580850) is unknown color: approx Tyrian Purple. HEX triplet: 58, 08 and 50. RGB value is (88,8,80). Sum of RGB (Red+Green+Blue) = 88+8+80=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #580850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580850 is #A7F7AF. Grayscale: #272727. Windows color (decimal): -11007920 or 5245016. OLE color: 5245016.

HSL color Cylindrical-coordinate representation of color #580850: hue angle of 306º 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 #580850 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB88880-
CMYK00.910.090.65
HSL306º83.33%18.82%-
HSV(B)306º90.91%34.51%-
XYZ5.562.837.84-
YUV40.13150.5162.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=50%
G=4.55%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8888000.910.090.6530683.3318.82
Hex5885005B9411325313
Octal1301012001331110146212323
Binary1011000100010100000101101110011000001100110010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580850; }

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

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

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

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

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

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

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

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