#78066C

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

Shades of Purple #78066C

Tints of Purple #78066C

Color information

#78066C (or 0x78066C) is unknown color: approx Purple. HEX triplet: 78, 06 and 6C. RGB value is (120,6,108). Sum of RGB (Red+Green+Blue) = 120+6+108=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78066C is #87F993. Grayscale: #333333. Windows color (decimal): -8911252 or 7079544. OLE color: 7079544.

HSL color Cylindrical-coordinate representation of color #78066C: hue angle of 306.32º 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 #78066C is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB1206108-
CMYK00.950.100.53
HSL306.32º90.48%24.71%-
HSV(B)306.32º95%47.06%-
XYZ10.525.2114.64-
YUV51.71159.77176.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 6 (2.73% from 255) = 2.56%
BLUE value IS 108 (42.58% from 255) = 46.15%
R=51.28%
G=2.56%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120610800.950.100.53306.3290.4824.71
Hex7866C05FA351325a19
Octal17061540137126546213231
Binary11110001101101100010111111010110101100110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78066C; }

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

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

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

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

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

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

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

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