#781061

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

Shades of Palatinate Purple #781061

Tints of Palatinate Purple #781061

Color information

#781061 (or 0x781061) is unknown color: approx Palatinate Purple. HEX triplet: 78, 10 and 61. RGB value is (120,16,97). Sum of RGB (Red+Green+Blue) = 120+16+97=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #781061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781061 is #87EF9E. Grayscale: #383838. Windows color (decimal): -8908703 or 6361208. OLE color: 6361208.

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

Color convert

RGB1201697-
CMYK00.870.190.53
HSL313.27º76.47%26.67%-
HSV(B)313.27º86.67%47.06%-
XYZ10.095.2311.79-
YUV56.33150.96173.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 16 (6.64% from 255) = 6.87%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=51.50%
G=6.87%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120169700.870.190.53313.2776.4726.67
Hex78106105713351394c1b
Octal170201410127236547111433
Binary11110001000011000010101011110011110101100111001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781061; }

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

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

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

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

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

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

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

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