#782365

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

Shades of Palatinate Purple #782365

Tints of Palatinate Purple #782365

Color information

#782365 (or 0x782365) is unknown color: approx Palatinate Purple. HEX triplet: 78, 23 and 65. RGB value is (120,35,101). Sum of RGB (Red+Green+Blue) = 120+35+101=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #782365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782365 is #87DC9A. Grayscale: #434343. Windows color (decimal): -8903835 or 6628216. OLE color: 6628216.

HSL color Cylindrical-coordinate representation of color #782365: hue angle of 313.41º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782365 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB12035101-
CMYK00.710.160.53
HSL313.41º54.84%30.39%-
HSV(B)313.41º70.83%47.06%-
XYZ10.76.1312.93-
YUV67.94146.66165.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 101 (39.84% from 255) = 39.45%
R=46.88%
G=13.67%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203510100.710.160.53313.4154.8430.39
Hex7823650471035139371e
Octal17043145010720654716736
Binary11110001000111100101010001111000011010110011100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782365; }

 p { color: rgb(120,35,101); }

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

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

 a { background-color: rgb(120,35,101); }

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

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

 span { border-color: rgb(120,35,101); }

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