#763069

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

Shades of Palatinate Purple #763069

Tints of Palatinate Purple #763069

Color information

#763069 (or 0x763069) is unknown color: approx Palatinate Purple. HEX triplet: 76, 30 and 69. RGB value is (118,48,105). Sum of RGB (Red+Green+Blue) = 118+48+105=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #763069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763069 is #89CF96. Grayscale: #4B4B4B. Windows color (decimal): -9031575 or 6893686. OLE color: 6893686.

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

Color convert

RGB11848105-
CMYK00.590.110.54
HSL311.14º42.17%32.55%-
HSV(B)311.14º59.32%46.27%-
XYZ11.086.9914.13-
YUV75.43144.69158.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=43.54%
G=17.71%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184810500.590.110.54311.1442.1732.55
Hex76306903BB361372a21
Octal1666015107313664675241
Binary1110110110000110100101110111011110110100110111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763069; }

 p { color: rgb(118,48,105); }

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

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

 a { background-color: rgb(118,48,105); }

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

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

 span { border-color: rgb(118,48,105); }

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