#763861

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

Shades of Palatinate Purple #763861

Tints of Palatinate Purple #763861

Color information

#763861 (or 0x763861) is unknown color: approx Palatinate Purple. HEX triplet: 76, 38 and 61. RGB value is (118,56,97). Sum of RGB (Red+Green+Blue) = 118+56+97=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #763861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763861 is #89C79E. Grayscale: #4F4F4F. Windows color (decimal): -9029535 or 6371446. OLE color: 6371446.

HSL color Cylindrical-coordinate representation of color #763861: hue angle of 320.32º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #763861 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1185697-
CMYK00.530.180.54
HSL320.32º35.63%34.12%-
HSV(B)320.32º52.54%46.27%-
XYZ11.047.5412.18-
YUV79.21138.04155.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=43.54%
G=20.66%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118569700.530.180.54320.3235.6334.12
Hex76386103512361402422
Octal1667014106522665004442
Binary11101101110001100001011010110010110110101000000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763861; }

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

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

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

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

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

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

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

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