#763466

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

Shades of Palatinate Purple #763466

Tints of Palatinate Purple #763466

Color information

#763466 (or 0x763466) is unknown color: approx Palatinate Purple. HEX triplet: 76, 34 and 66. RGB value is (118,52,102). Sum of RGB (Red+Green+Blue) = 118+52+102=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #763466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763466 is #89CB99. Grayscale: #4D4D4D. Windows color (decimal): -9030554 or 6698102. OLE color: 6698102.

HSL color Cylindrical-coordinate representation of color #763466: hue angle of 314.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763466 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11852102-
CMYK00.560.140.54
HSL314.55º38.82%33.33%-
HSV(B)314.55º55.93%46.27%-
XYZ11.17.2713.39-
YUV77.43141.87156.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=43.38%
G=19.12%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185210200.560.140.54314.5538.8233.33
Hex763466038E3613b2721
Octal1666414607016664734741
Binary1110110110100110011001110001110110110100111011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763466; }

 p { color: rgb(118,52,102); }

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

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

 a { background-color: rgb(118,52,102); }

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

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

 span { border-color: rgb(118,52,102); }

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