#580750

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

Shades of Tyrian Purple #580750

Tints of Tyrian Purple #580750

Color information

#580750 (or 0x580750) is unknown color: approx Tyrian Purple. HEX triplet: 58, 07 and 50. RGB value is (88,7,80). Sum of RGB (Red+Green+Blue) = 88+7+80=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #580750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580750 is #A7F8AF. Grayscale: #272727. Windows color (decimal): -11008176 or 5244760. OLE color: 5244760.

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

Color convert

RGB88780-
CMYK00.920.090.65
HSL305.93º85.26%18.63%-
HSV(B)305.93º92.05%34.51%-
XYZ5.552.817.84-
YUV39.54150.84162.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 80 (31.64% from 255) = 45.71%
R=50.29%
G=4%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8878000.920.090.65305.9385.2618.63
Hex5875005C9411325513
Octal130712001341110146212523
Binary101100011110100000101110010011000001100110010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580750; }

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

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

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

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

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

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

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

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