#782465

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

Shades of Palatinate Purple #782465

Tints of Palatinate Purple #782465

Color information

#782465 (or 0x782465) is unknown color: approx Palatinate Purple. HEX triplet: 78, 24 and 65. RGB value is (120,36,101). Sum of RGB (Red+Green+Blue) = 120+36+101=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #782465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782465 is #87DB9A. Grayscale: #444444. Windows color (decimal): -8903579 or 6628472. OLE color: 6628472.

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

Color convert

RGB12036101-
CMYK00.70.160.53
HSL313.57º53.85%30.59%-
HSV(B)313.57º70%47.06%-
XYZ10.736.1912.94-
YUV68.53146.33164.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=46.69%
G=14.01%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203610100.70.160.53313.5753.8530.59
Hex782465046103513a361f
Octal17044145010620654726637
Binary11110001001001100101010001101000011010110011101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782465; }

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

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

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

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

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

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

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

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