#761064

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

Shades of Palatinate Purple #761064

Tints of Palatinate Purple #761064

Color information

#761064 (or 0x761064) is unknown color: approx Palatinate Purple. HEX triplet: 76, 10 and 64. RGB value is (118,16,100). Sum of RGB (Red+Green+Blue) = 118+16+100=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #761064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761064 is #89EF9B. Grayscale: #373737. Windows color (decimal): -9039772 or 6557814. OLE color: 6557814.

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

Color convert

RGB11816100-
CMYK00.860.150.54
HSL310.59º76.12%26.27%-
HSV(B)310.59º86.44%46.27%-
XYZ9.965.1412.52-
YUV56.07152.79172.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 100 (39.45% from 255) = 42.74%
R=50.43%
G=6.84%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181610000.860.150.54310.5976.1226.27
Hex761064056F361374c1a
Octal166201440126176646711432
Binary1110110100001100100010101101111110110100110111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761064; }

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

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

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

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

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

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

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

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