#763868

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

Shades of Palatinate Purple #763868

Tints of Palatinate Purple #763868

Color information

#763868 (or 0x763868) is unknown color: approx Palatinate Purple. HEX triplet: 76, 38 and 68. RGB value is (118,56,104). Sum of RGB (Red+Green+Blue) = 118+56+104=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #763868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763868 is #89C797. Grayscale: #4F4F4F. Windows color (decimal): -9029528 or 6830198. OLE color: 6830198.

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

Color convert

RGB11856104-
CMYK00.530.120.54
HSL313.55º35.63%34.12%-
HSV(B)313.55º52.54%46.27%-
XYZ11.387.6813.98-
YUV80.01141.54155.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 56 (22.27% from 255) = 20.14%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=42.45%
G=20.14%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185610400.530.120.54313.5535.6334.12
Hex763868035C3613a2422
Octal1667015006514664724442
Binary1110110111000110100001101011100110110100111010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763868; }

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

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

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

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

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

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

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

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