#783362

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

Shades of Palatinate Purple #783362

Tints of Palatinate Purple #783362

Color information

#783362 (or 0x783362) is unknown color: approx Palatinate Purple. HEX triplet: 78, 33 and 62. RGB value is (120,51,98). Sum of RGB (Red+Green+Blue) = 120+51+98=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #783362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783362 is #87CC9D. Grayscale: #4C4C4C. Windows color (decimal): -8899742 or 6435704. OLE color: 6435704.

HSL color Cylindrical-coordinate representation of color #783362: hue angle of 319.13º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #783362 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1205198-
CMYK00.580.180.53
HSL319.13º40.35%33.53%-
HSV(B)319.13º57.5%47.06%-
XYZ11.137.2412.37-
YUV76.99139.86158.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 98 (38.67% from 255) = 36.43%
R=44.61%
G=18.96%
B=36.43%

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
Decimal120519800.580.180.53319.1340.3533.53
Hex78336203A123513f2822
Octal1706314207222654775042
Binary11110001100111100010011101010010110101100111111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783362; }

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

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

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

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

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

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

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

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