#580735

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

Shades of Tyrian Purple #580735

Tints of Tyrian Purple #580735

Color information

#580735 (or 0x580735) is unknown color: approx Tyrian Purple. HEX triplet: 58, 07 and 35. RGB value is (88,7,53). Sum of RGB (Red+Green+Blue) = 88+7+53=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #580735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580735 is #A7F8CA. Grayscale: #242424. Windows color (decimal): -11008203 or 3475288. OLE color: 3475288.

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

Color convert

RGB88753-
CMYK00.920.400.65
HSL325.93º85.26%18.63%-
HSV(B)325.93º92.05%34.51%-
XYZ4.742.483.6-
YUV36.46137.34164.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.46%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 53 (21.09% from 255) = 35.81%
R=59.46%
G=4.73%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8875300.920.400.65325.9385.2618.63
Hex5873505C28411465513
Octal13076501345010150612523
Binary1011000111110101010111001010001000001101000110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580735; }

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

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

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

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

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

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

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

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