#780680

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

Shades of Purple #780680

Tints of Purple #780680

Color information

#780680 (or 0x780680) is unknown color: approx Purple. HEX triplet: 78, 06 and 80. RGB value is (120,6,128). Sum of RGB (Red+Green+Blue) = 120+6+128=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #780680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780680 is #87F97F. Grayscale: #353535. Windows color (decimal): -8911232 or 8390264. OLE color: 8390264.

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

Color convert

RGB1206128-
CMYK0.060.9500.50
HSL296.07º91.04%26.27%-
HSV(B)296.07º95.31%50.2%-
XYZ11.715.6820.9-
YUV53.99169.77175.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 6 (2.73% from 255) = 2.36%
BLUE value IS 128 (50.39% from 255) = 50.39%
R=47.24%
G=2.36%
B=50.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12061280.060.9500.50296.0791.0426.27
Hex7868065F0321285b1a
Octal1706200613706245013332
Binary11110001101000000011010111110110010100101000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780680; }

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

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

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

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

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

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

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

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