#783162

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

Shades of Palatinate Purple #783162

Tints of Palatinate Purple #783162

Color information

#783162 (or 0x783162) is unknown color: approx Palatinate Purple. HEX triplet: 78, 31 and 62. RGB value is (120,49,98). Sum of RGB (Red+Green+Blue) = 120+49+98=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #783162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783162 is #87CE9D. Grayscale: #4B4B4B. Windows color (decimal): -8900254 or 6435192. OLE color: 6435192.

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

Color convert

RGB1204998-
CMYK00.590.180.53
HSL318.59º42.01%33.14%-
HSV(B)318.59º59.17%47.06%-
XYZ11.057.0712.34-
YUV75.82140.52159.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=44.94%
G=18.35%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120499800.590.180.53318.5942.0133.14
Hex78316203B123513f2a21
Octal1706114207322654775241
Binary11110001100011100010011101110010110101100111111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783162; }

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

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

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

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

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

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

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

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