#580751

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

Shades of Tyrian Purple #580751

Tints of Tyrian Purple #580751

Color information

#580751 (or 0x580751) is unknown color: approx Tyrian Purple. HEX triplet: 58, 07 and 51. RGB value is (88,7,81). Sum of RGB (Red+Green+Blue) = 88+7+81=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #580751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580751 is #A7F8AE. Grayscale: #272727. Windows color (decimal): -11008175 or 5310296. OLE color: 5310296.

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

Color convert

RGB88781-
CMYK00.920.080.65
HSL305.19º85.26%18.63%-
HSV(B)305.19º92.05%34.51%-
XYZ5.592.828.03-
YUV39.66151.34162.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 3.98%
BLUE value IS 81 (32.03% from 255) = 46.02%
R=50%
G=3.98%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8878100.920.080.65305.1985.2618.63
Hex5875105C8411315513
Octal130712101341010146112523
Binary101100011110100010101110010001000001100110001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580751; }

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

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

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

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

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

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

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

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