#580652

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

Shades of Tyrian Purple #580652

Tints of Tyrian Purple #580652

Color information

#580652 (or 0x580652) is unknown color: approx Tyrian Purple. HEX triplet: 58, 06 and 52. RGB value is (88,6,82). Sum of RGB (Red+Green+Blue) = 88+6+82=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #580652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580652 is #A7F9AD. Grayscale: #262626. Windows color (decimal): -11008430 or 5375576. OLE color: 5375576.

HSL color Cylindrical-coordinate representation of color #580652: hue angle of 304.39º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580652 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB88682-
CMYK00.930.070.65
HSL304.39º87.23%18.43%-
HSV(B)304.39º93.18%34.51%-
XYZ5.612.818.23-
YUV39.18152.17162.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 3.41%
BLUE value IS 82 (32.42% from 255) = 46.59%
R=50%
G=3.41%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8868200.930.070.65304.3987.2318.43
Hex5865205D7411305712
Octal13061220135710146012722
Binary10110001101010010010111011111000001100110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580652; }

 p { color: rgb(88,6,82); }

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

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

 a { background-color: rgb(88,6,82); }

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

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

 span { border-color: rgb(88,6,82); }

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