#781761

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

Shades of Palatinate Purple #781761

Tints of Palatinate Purple #781761

Color information

#781761 (or 0x781761) is unknown color: approx Palatinate Purple. HEX triplet: 78, 17 and 61. RGB value is (120,23,97). Sum of RGB (Red+Green+Blue) = 120+23+97=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #781761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781761 is #87E89E. Grayscale: #3C3C3C. Windows color (decimal): -8906911 or 6363000. OLE color: 6363000.

HSL color Cylindrical-coordinate representation of color #781761: hue angle of 314.23º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781761 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1202397-
CMYK00.810.190.53
HSL314.23º67.83%28.04%-
HSV(B)314.23º80.83%47.06%-
XYZ10.215.4711.83-
YUV60.44148.64170.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 9.58%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=50%
G=9.58%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120239700.810.190.53314.2367.8328.04
Hex781761051133513a441c
Octal170271410121236547210434
Binary11110001011111000010101000110011110101100111010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781761; }

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

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

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

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

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

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

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

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