#782361

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

Shades of Palatinate Purple #782361

Tints of Palatinate Purple #782361

Color information

#782361 (or 0x782361) is unknown color: approx Palatinate Purple. HEX triplet: 78, 23 and 61. RGB value is (120,35,97). Sum of RGB (Red+Green+Blue) = 120+35+97=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #782361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782361 is #87DC9E. Grayscale: #434343. Windows color (decimal): -8903839 or 6366072. OLE color: 6366072.

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

Color convert

RGB1203597-
CMYK00.710.190.53
HSL316.24º54.84%30.39%-
HSV(B)316.24º70.83%47.06%-
XYZ10.56.0611.92-
YUV67.48144.66165.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=47.62%
G=13.89%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120359700.710.190.53316.2454.8430.39
Hex782361047133513c371e
Octal17043141010723654746736
Binary11110001000111100001010001111001111010110011110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782361; }

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

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

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

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

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

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

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

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