#783267

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

Shades of Palatinate Purple #783267

Tints of Palatinate Purple #783267

Color information

#783267 (or 0x783267) is unknown color: approx Palatinate Purple. HEX triplet: 78, 32 and 67. RGB value is (120,50,103). Sum of RGB (Red+Green+Blue) = 120+50+103=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #783267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783267 is #87CD98. Grayscale: #4C4C4C. Windows color (decimal): -8899993 or 6763128. OLE color: 6763128.

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

Color convert

RGB12050103-
CMYK00.580.140.53
HSL314.57º41.18%33.33%-
HSV(B)314.57º58.33%47.06%-
XYZ11.337.2513.63-
YUV76.97142.69158.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=43.96%
G=18.32%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205010300.580.140.53314.5741.1833.33
Hex78326703AE3513b2921
Octal1706214707216654735141
Binary1111000110010110011101110101110110101100111011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783267; }

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

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

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

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

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

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

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

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