#782360

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

Shades of Palatinate Purple #782360

Tints of Palatinate Purple #782360

Color information

#782360 (or 0x782360) is unknown color: approx Palatinate Purple. HEX triplet: 78, 23 and 60. RGB value is (120,35,96). Sum of RGB (Red+Green+Blue) = 120+35+96=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #782360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782360 is #87DC9F. Grayscale: #434343. Windows color (decimal): -8903840 or 6300536. OLE color: 6300536.

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

Color convert

RGB1203596-
CMYK00.710.20.53
HSL316.94º54.84%30.39%-
HSV(B)316.94º70.83%47.06%-
XYZ10.466.0411.68-
YUV67.37144.16165.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.81%
GREEN value IS 35 (14.06% from 255) = 13.94%
BLUE value IS 96 (37.89% from 255) = 38.25%
R=47.81%
G=13.94%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120359600.710.20.53316.9454.8430.39
Hex782360047143513d371e
Octal17043140010724654756736
Binary11110001000111100000010001111010011010110011110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782360; }

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

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

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

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

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

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

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

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