#773868

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

Shades of Palatinate Purple #773868

Tints of Palatinate Purple #773868

Color information

#773868 (or 0x773868) is unknown color: approx Palatinate Purple. HEX triplet: 77, 38 and 68. RGB value is (119,56,104). Sum of RGB (Red+Green+Blue) = 119+56+104=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #773868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773868 is #88C797. Grayscale: #505050. Windows color (decimal): -8963992 or 6830199. OLE color: 6830199.

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

Color convert

RGB11956104-
CMYK00.530.130.53
HSL314.29º36%34.31%-
HSV(B)314.29º52.94%46.67%-
XYZ11.527.7513.99-
YUV80.31141.37155.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=42.65%
G=20.07%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195610400.530.130.53314.293634.31
Hex773868035D3513a2422
Octal1677015006515654724442
Binary1110111111000110100001101011101110101100111010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773868; }

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

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

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

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

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

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

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

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