#782662

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

Shades of Palatinate Purple #782662

Tints of Palatinate Purple #782662

Color information

#782662 (or 0x782662) is unknown color: approx Palatinate Purple. HEX triplet: 78, 26 and 62. RGB value is (120,38,98). Sum of RGB (Red+Green+Blue) = 120+38+98=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #782662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782662 is #87D99D. Grayscale: #454545. Windows color (decimal): -8903070 or 6432376. OLE color: 6432376.

HSL color Cylindrical-coordinate representation of color #782662: hue angle of 316.1º 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 #782662 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1203898-
CMYK00.680.180.53
HSL316.1º51.9%30.98%-
HSV(B)316.1º68.33%47.06%-
XYZ10.646.2612.2-
YUV69.36144.17164.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=46.88%
G=14.84%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120389800.680.180.53316.151.930.98
Hex782662044123513c341f
Octal17046142010422654746437
Binary11110001001101100010010001001001011010110011110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782662; }

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

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

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

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

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

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

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

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