#780D77

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

Shades of Purple #780D77

Tints of Purple #780D77

Color information

#780D77 (or 0x780D77) is unknown color: approx Purple. HEX triplet: 78, 0D and 77. RGB value is (120,13,119). Sum of RGB (Red+Green+Blue) = 120+13+119=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #780D77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D77 is #87F288. Grayscale: #383838. Windows color (decimal): -8909449 or 7802232. OLE color: 7802232.

HSL color Cylindrical-coordinate representation of color #780D77: hue angle of 300.56º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D77 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB12013119-
CMYK00.890.010.53
HSL300.56º80.45%26.08%-
HSV(B)300.56º89.17%47.06%-
XYZ11.225.6117.94-
YUV57.08162.95172.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 13 (5.47% from 255) = 5.16%
BLUE value IS 119 (46.88% from 255) = 47.22%
R=47.62%
G=5.16%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201311900.890.010.53300.5680.4526.08
Hex78D7705913512d501a
Octal17015167013116545512032
Binary111100011011110111010110011110101100101101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780D77; }

 p { color: rgb(120,13,119); }

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

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

 a { background-color: rgb(120,13,119); }

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

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

 span { border-color: rgb(120,13,119); }

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