#783262

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

Shades of Palatinate Purple #783262

Tints of Palatinate Purple #783262

Color information

#783262 (or 0x783262) is unknown color: approx Palatinate Purple. HEX triplet: 78, 32 and 62. RGB value is (120,50,98). Sum of RGB (Red+Green+Blue) = 120+50+98=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #783262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783262 is #87CD9D. Grayscale: #4C4C4C. Windows color (decimal): -8899998 or 6435448. OLE color: 6435448.

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

Color convert

RGB1205098-
CMYK00.580.180.53
HSL318.86º41.18%33.33%-
HSV(B)318.86º58.33%47.06%-
XYZ11.097.1612.35-
YUV76.4140.19159.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=44.78%
G=18.66%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120509800.580.180.53318.8641.1833.33
Hex78326203A123513f2921
Octal1706214207222654775141
Binary11110001100101100010011101010010110101100111111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783262; }

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

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

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

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

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

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

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

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