#763266

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

Shades of Palatinate Purple #763266

Tints of Palatinate Purple #763266

Color information

#763266 (or 0x763266) is unknown color: approx Palatinate Purple. HEX triplet: 76, 32 and 66. RGB value is (118,50,102). Sum of RGB (Red+Green+Blue) = 118+50+102=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #763266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763266 is #89CD99. Grayscale: #4C4C4C. Windows color (decimal): -9031066 or 6697590. OLE color: 6697590.

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

Color convert

RGB11850102-
CMYK00.580.140.54
HSL314.12º40.48%32.94%-
HSV(B)314.12º57.63%46.27%-
XYZ11.017.0913.36-
YUV76.26142.53157.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=43.70%
G=18.52%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185010200.580.140.54314.1240.4832.94
Hex76326603AE3613a2821
Octal1666214607216664725041
Binary1110110110010110011001110101110110110100111010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763266; }

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

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

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

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

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

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

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

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