#761664

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

Shades of Palatinate Purple #761664

Tints of Palatinate Purple #761664

Color information

#761664 (or 0x761664) is unknown color: approx Palatinate Purple. HEX triplet: 76, 16 and 64. RGB value is (118,22,100). Sum of RGB (Red+Green+Blue) = 118+22+100=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #761664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761664 is #89E99B. Grayscale: #3B3B3B. Windows color (decimal): -9038236 or 6559350. OLE color: 6559350.

HSL color Cylindrical-coordinate representation of color #761664: hue angle of 311.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761664 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11822100-
CMYK00.810.150.54
HSL311.25º68.57%27.45%-
HSV(B)311.25º81.36%46.27%-
XYZ10.065.3512.56-
YUV59.6150.8169.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 100 (39.45% from 255) = 41.67%
R=49.17%
G=9.17%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182210000.810.150.54311.2568.5727.45
Hex761664051F36137451b
Octal166261440121176646710533
Binary1110110101101100100010100011111110110100110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761664; }

 p { color: rgb(118,22,100); }

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

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

 a { background-color: rgb(118,22,100); }

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

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

 span { border-color: rgb(118,22,100); }

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