#763461

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

Shades of Palatinate Purple #763461

Tints of Palatinate Purple #763461

Color information

#763461 (or 0x763461) is unknown color: approx Palatinate Purple. HEX triplet: 76, 34 and 61. RGB value is (118,52,97). Sum of RGB (Red+Green+Blue) = 118+52+97=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #763461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763461 is #89CB9E. Grayscale: #4C4C4C. Windows color (decimal): -9030559 or 6370422. OLE color: 6370422.

HSL color Cylindrical-coordinate representation of color #763461: hue angle of 319.09º 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 #763461 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1185297-
CMYK00.560.180.54
HSL319.09º38.82%33.33%-
HSV(B)319.09º55.93%46.27%-
XYZ10.867.1712.12-
YUV76.86139.37157.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=44.19%
G=19.48%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118529700.560.180.54319.0938.8233.33
Hex763461038123613f2721
Octal1666414107022664774741
Binary11101101101001100001011100010010110110100111111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763461; }

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

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

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

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

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

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

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

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