#782967

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

Shades of Palatinate Purple #782967

Tints of Palatinate Purple #782967

Color information

#782967 (or 0x782967) is unknown color: approx Palatinate Purple. HEX triplet: 78, 29 and 67. RGB value is (120,41,103). Sum of RGB (Red+Green+Blue) = 120+41+103=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #782967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782967 is #87D698. Grayscale: #474747. Windows color (decimal): -8902297 or 6760824. OLE color: 6760824.

HSL color Cylindrical-coordinate representation of color #782967: hue angle of 312.91º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #782967 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB12041103-
CMYK00.660.140.53
HSL312.91º49.07%31.57%-
HSV(B)312.91º65.83%47.06%-
XYZ10.996.5613.52-
YUV71.69145.67162.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 103 (40.62% from 255) = 39.02%
R=45.45%
G=15.53%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204110300.660.140.53312.9149.0731.57
Hex782967042E351393120
Octal17051147010216654716140
Binary11110001010011100111010000101110110101100111001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782967; }

 p { color: rgb(120,41,103); }

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

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

 a { background-color: rgb(120,41,103); }

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

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

 span { border-color: rgb(120,41,103); }

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