#782266

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

Shades of Palatinate Purple #782266

Tints of Palatinate Purple #782266

Color information

#782266 (or 0x782266) is unknown color: approx Palatinate Purple. HEX triplet: 78, 22 and 66. RGB value is (120,34,102). Sum of RGB (Red+Green+Blue) = 120+34+102=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #782266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782266 is #87DD99. Grayscale: #434343. Windows color (decimal): -8904090 or 6693496. OLE color: 6693496.

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

Color convert

RGB12034102-
CMYK00.720.150.53
HSL312.56º55.84%30.2%-
HSV(B)312.56º71.67%47.06%-
XYZ10.726.113.18-
YUV67.47147.49165.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 102 (40.23% from 255) = 39.84%
R=46.88%
G=13.28%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203410200.720.150.53312.5655.8430.2
Hex782266048F35139381e
Octal17042146011017654717036
Binary1111000100010110011001001000111111010110011100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782266; }

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

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

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

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

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

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

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

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