#782460

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

Shades of Palatinate Purple #782460

Tints of Palatinate Purple #782460

Color information

#782460 (or 0x782460) is unknown color: approx Palatinate Purple. HEX triplet: 78, 24 and 60. RGB value is (120,36,96). Sum of RGB (Red+Green+Blue) = 120+36+96=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #782460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782460 is #87DB9F. Grayscale: #434343. Windows color (decimal): -8903584 or 6300792. OLE color: 6300792.

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

Color convert

RGB1203696-
CMYK00.70.20.53
HSL317.14º53.85%30.59%-
HSV(B)317.14º70%47.06%-
XYZ10.496.111.69-
YUV67.96143.83165.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 36 (14.45% from 255) = 14.29%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=47.62%
G=14.29%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120369600.70.20.53317.1453.8530.59
Hex782460046143513d361f
Octal17044140010624654756637
Binary11110001001001100000010001101010011010110011110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782460; }

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

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

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

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

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

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

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

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