#783366

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

Shades of Palatinate Purple #783366

Tints of Palatinate Purple #783366

Color information

#783366 (or 0x783366) is unknown color: approx Palatinate Purple. HEX triplet: 78, 33 and 66. RGB value is (120,51,102). Sum of RGB (Red+Green+Blue) = 120+51+102=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #783366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783366 is #87CC99. Grayscale: #4D4D4D. Windows color (decimal): -8899738 or 6697848. OLE color: 6697848.

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

Color convert

RGB12051102-
CMYK00.580.150.53
HSL315.65º40.35%33.53%-
HSV(B)315.65º57.5%47.06%-
XYZ11.337.3213.39-
YUV77.44141.86158.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=43.96%
G=18.68%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205110200.580.150.53315.6540.3533.53
Hex78336603AF3513c2822
Octal1706314607217654745042
Binary1111000110011110011001110101111110101100111100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783366; }

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

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

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

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

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

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

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

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