#761A69

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

Shades of Palatinate Purple #761A69

Tints of Palatinate Purple #761A69

Color information

#761A69 (or 0x761A69) is unknown color: approx Palatinate Purple. HEX triplet: 76, 1A and 69. RGB value is (118,26,105). Sum of RGB (Red+Green+Blue) = 118+26+105=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #761A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A69 is #89E596. Grayscale: #3E3E3E. Windows color (decimal): -9037207 or 6888054. OLE color: 6888054.

HSL color Cylindrical-coordinate representation of color #761A69: hue angle of 308.48º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A69 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11826105-
CMYK00.780.110.54
HSL308.48º63.89%28.24%-
HSV(B)308.48º77.97%46.27%-
XYZ10.395.6113.9-
YUV62.51151.98167.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 26 (10.55% from 255) = 10.44%
BLUE value IS 105 (41.41% from 255) = 42.17%
R=47.39%
G=10.44%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182610500.780.110.54308.4863.8928.24
Hex761A6904EB36134401c
Octal166321510116136646410034
Binary1110110110101101001010011101011110110100110100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761A69; }

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

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

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

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

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

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

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

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