#782666

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

Shades of Palatinate Purple #782666

Tints of Palatinate Purple #782666

Color information

#782666 (or 0x782666) is unknown color: approx Palatinate Purple. HEX triplet: 78, 26 and 66. RGB value is (120,38,102). Sum of RGB (Red+Green+Blue) = 120+38+102=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #782666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782666 is #87D999. Grayscale: #454545. Windows color (decimal): -8903066 or 6694520. OLE color: 6694520.

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

Color convert

RGB12038102-
CMYK00.680.150.53
HSL313.17º51.9%30.98%-
HSV(B)313.17º68.33%47.06%-
XYZ10.846.3413.22-
YUV69.81146.17163.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 38 (15.23% from 255) = 14.62%
BLUE value IS 102 (40.23% from 255) = 39.23%
R=46.15%
G=14.62%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203810200.680.150.53313.1751.930.98
Hex782666044F35139341f
Octal17046146010417654716437
Binary1111000100110110011001000100111111010110011100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782666; }

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

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

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

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

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

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

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

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