#580056

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

Shades of Tyrian Purple #580056

Tints of Tyrian Purple #580056

Color information

#580056 (or 0x580056) is unknown color: approx Tyrian Purple. HEX triplet: 58, 00 and 56. RGB value is (88,0,86). Sum of RGB (Red+Green+Blue) = 88+0+86=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #580056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580056 is #A7FFA9. Grayscale: #232323. Windows color (decimal): -11009962 or 5636184. OLE color: 5636184.

HSL color Cylindrical-coordinate representation of color #580056: hue angle of 301.36º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580056 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB88086-
CMYK010.020.65
HSL301.36º100%17.25%-
HSV(B)301.36º100%34.51%-
XYZ5.72.759.03-
YUV36.12156.15165.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 49.43%
R=50.57%
G=0%
B=49.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88086010.020.65301.3610017.25
Hex5805606424112d6411
Octal13001260144210145514421
Binary10110000101011001100100101000001100101101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580056; }

 p { color: rgb(88,0,86); }

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

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

 a { background-color: rgb(88,0,86); }

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

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

 span { border-color: rgb(88,0,86); }

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