#780580

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

Shades of Purple #780580

Tints of Purple #780580

Color information

#780580 (or 0x780580) is unknown color: approx Purple. HEX triplet: 78, 05 and 80. RGB value is (120,5,128). Sum of RGB (Red+Green+Blue) = 120+5+128=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #780580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780580 is #87FA7F. Grayscale: #353535. Windows color (decimal): -8911488 or 8390008. OLE color: 8390008.

HSL color Cylindrical-coordinate representation of color #780580: hue angle of 296.1º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780580 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1205128-
CMYK0.060.9600.50
HSL296.1º92.48%26.08%-
HSV(B)296.1º96.09%50.2%-
XYZ11.75.6620.9-
YUV53.41170.1175.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 128 (50.39% from 255) = 50.59%
R=47.43%
G=1.98%
B=50.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12051280.060.9600.50296.192.4826.08
Hex785806600321285c1a
Octal1705200614006245013432
Binary11110001011000000011011000000110010100101000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780580; }

 p { color: rgb(120,5,128); }

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

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

 a { background-color: rgb(120,5,128); }

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

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

 span { border-color: rgb(120,5,128); }

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