#78076E

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

Shades of Purple #78076E

Tints of Purple #78076E

Color information

#78076E (or 0x78076E) is unknown color: approx Purple. HEX triplet: 78, 07 and 6E. RGB value is (120,7,110). Sum of RGB (Red+Green+Blue) = 120+7+110=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78076E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78076E is #87F891. Grayscale: #343434. Windows color (decimal): -8910994 or 7210872. OLE color: 7210872.

HSL color Cylindrical-coordinate representation of color #78076E: hue angle of 305.31º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78076E is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB1207110-
CMYK00.940.080.53
HSL305.31º88.98%24.9%-
HSV(B)305.31º94.17%47.06%-
XYZ10.645.2715.21-
YUV52.53160.44176.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 110 (43.36% from 255) = 46.41%
R=50.63%
G=2.95%
B=46.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120711000.940.080.53305.3188.9824.9
Hex7876E05E8351315919
Octal17071560136106546113131
Binary11110001111101110010111101000110101100110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78076E; }

 p { color: rgb(120,7,110); }

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

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

 a { background-color: rgb(120,7,110); }

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

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

 span { border-color: rgb(120,7,110); }

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