#761264

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

Shades of Palatinate Purple #761264

Tints of Palatinate Purple #761264

Color information

#761264 (or 0x761264) is unknown color: approx Palatinate Purple. HEX triplet: 76, 12 and 64. RGB value is (118,18,100). Sum of RGB (Red+Green+Blue) = 118+18+100=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #761264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761264 is #89ED9B. Grayscale: #393939. Windows color (decimal): -9039260 or 6558326. OLE color: 6558326.

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

Color convert

RGB11818100-
CMYK00.850.150.54
HSL310.8º73.53%26.67%-
HSV(B)310.8º84.75%46.27%-
XYZ9.995.212.53-
YUV57.25152.13171.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 100 (39.45% from 255) = 42.37%
R=50%
G=7.63%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181810000.850.150.54310.873.5326.67
Hex761264055F361374a1b
Octal166221440125176646711233
Binary1110110100101100100010101011111110110100110111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761264; }

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

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

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

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

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

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

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

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