#580742

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

Shades of Tyrian Purple #580742

Tints of Tyrian Purple #580742

Color information

#580742 (or 0x580742) is unknown color: approx Tyrian Purple. HEX triplet: 58, 07 and 42. RGB value is (88,7,66). Sum of RGB (Red+Green+Blue) = 88+7+66=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #580742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580742 is #A7F8BD. Grayscale: #252525. Windows color (decimal): -11008190 or 4327256. OLE color: 4327256.

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

Color convert

RGB88766-
CMYK00.920.250.65
HSL316.3º85.26%18.63%-
HSV(B)316.3º92.05%34.51%-
XYZ5.082.625.39-
YUV37.94143.84163.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 66 (26.17% from 255) = 40.99%
R=54.66%
G=4.35%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8876600.920.250.65316.385.2618.63
Hex5874205C194113c5513
Octal130710201343110147412523
Binary1011000111100001001011100110011000001100111100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580742; }

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

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

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

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

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

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

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

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