#780664

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

Shades of Purple #780664

Tints of Purple #780664

Color information

#780664 (or 0x780664) is unknown color: approx Purple. HEX triplet: 78, 06 and 64. RGB value is (120,6,100). Sum of RGB (Red+Green+Blue) = 120+6+100=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #780664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780664 is #87F99B. Grayscale: #323232. Windows color (decimal): -8911260 or 6555256. OLE color: 6555256.

HSL color Cylindrical-coordinate representation of color #780664: hue angle of 310.53º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780664 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1206100-
CMYK00.950.170.53
HSL310.53º90.48%24.71%-
HSV(B)310.53º95%47.06%-
XYZ10.115.0412.5-
YUV50.8155.77177.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.10%
GREEN value IS 6 (2.73% from 255) = 2.65%
BLUE value IS 100 (39.45% from 255) = 44.25%
R=53.10%
G=2.65%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120610000.950.170.53310.5390.4824.71
Hex7866405F11351375a19
Octal17061440137216546713231
Binary111100011011001000101111110001110101100110111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780664; }

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

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

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

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

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

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

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

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