#76266A

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

Shades of Palatinate Purple #76266A

Tints of Palatinate Purple #76266A

Color information

#76266A (or 0x76266A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 26 and 6A. RGB value is (118,38,106). Sum of RGB (Red+Green+Blue) = 118+38+106=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76266A is #89D995. Grayscale: #454545. Windows color (decimal): -9034134 or 6956662. OLE color: 6956662.

HSL color Cylindrical-coordinate representation of color #76266A: hue angle of 309º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76266A is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11838106-
CMYK00.680.100.54
HSL309º51.28%30.59%-
HSV(B)309º67.8%46.27%-
XYZ10.776.2814.28-
YUV69.67148.5162.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=45.04%
G=14.50%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183810600.680.100.5430951.2830.59
Hex76266A044A36135331f
Octal16646152010412664656337
Binary1110110100110110101001000100101011011010011010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76266A; }

 p { color: rgb(118,38,106); }

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

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

 a { background-color: rgb(118,38,106); }

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

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

 span { border-color: rgb(118,38,106); }

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