#781066

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

Shades of Dark Purple #781066

Tints of Dark Purple #781066

Color information

#781066 (or 0x781066) is unknown color: approx Dark Purple. HEX triplet: 78, 10 and 66. RGB value is (120,16,102). Sum of RGB (Red+Green+Blue) = 120+16+102=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #781066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781066 is #87EF99. Grayscale: #383838. Windows color (decimal): -8908698 or 6688888. OLE color: 6688888.

HSL color Cylindrical-coordinate representation of color #781066: hue angle of 310.38º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781066 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB12016102-
CMYK00.870.150.53
HSL310.38º76.47%26.67%-
HSV(B)310.38º86.67%47.06%-
XYZ10.335.3213.05-
YUV56.9153.46173.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 16 (6.64% from 255) = 6.72%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=50.42%
G=6.72%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201610200.870.150.53310.3876.4726.67
Hex781066057F351364c1b
Octal170201460127176546611433
Binary1111000100001100110010101111111110101100110110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781066; }

 p { color: rgb(120,16,102); }

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

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

 a { background-color: rgb(120,16,102); }

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

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

 span { border-color: rgb(120,16,102); }

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