#780682

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

Shades of Purple #780682

Tints of Purple #780682

Color information

#780682 (or 0x780682) is unknown color: approx Purple. HEX triplet: 78, 06 and 82. RGB value is (120,6,130). Sum of RGB (Red+Green+Blue) = 120+6+130=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #780682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780682 is #87F97D. Grayscale: #353535. Windows color (decimal): -8911230 or 8521336. OLE color: 8521336.

HSL color Cylindrical-coordinate representation of color #780682: hue angle of 295.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780682 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1206130-
CMYK0.080.9500.49
HSL295.16º91.18%26.67%-
HSV(B)295.16º95.38%50.98%-
XYZ11.845.7421.6-
YUV54.22170.77174.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 6 (2.73% from 255) = 2.34%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=46.88%
G=2.34%
B=50.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12061300.080.9500.49295.1691.1826.67
Hex7868285F0311275b1b
Octal17062021013706144713333
Binary111100011010000010100010111110110001100100111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780682; }

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

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

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

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

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

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

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

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