#781665

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

Shades of Palatinate Purple #781665

Tints of Palatinate Purple #781665

Color information

#781665 (or 0x781665) is unknown color: approx Palatinate Purple. HEX triplet: 78, 16 and 65. RGB value is (120,22,101). Sum of RGB (Red+Green+Blue) = 120+22+101=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #781665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781665 is #87E99A. Grayscale: #3C3C3C. Windows color (decimal): -8907163 or 6624888. OLE color: 6624888.

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

Color convert

RGB12022101-
CMYK00.820.160.53
HSL311.63º69.01%27.84%-
HSV(B)311.63º81.67%47.06%-
XYZ10.385.5112.83-
YUV60.31150.97170.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.38%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=49.38%
G=9.05%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202210100.820.160.53311.6369.0127.84
Hex7816650521035138451c
Octal170261450122206547010534
Binary11110001011011001010101001010000110101100111000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781665; }

 p { color: rgb(120,22,101); }

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

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

 a { background-color: rgb(120,22,101); }

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

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

 span { border-color: rgb(120,22,101); }

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