#773867

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

Shades of Palatinate Purple #773867

Tints of Palatinate Purple #773867

Color information

#773867 (or 0x773867) is unknown color: approx Palatinate Purple. HEX triplet: 77, 38 and 67. RGB value is (119,56,103). Sum of RGB (Red+Green+Blue) = 119+56+103=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #773867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773867 is #88C798. Grayscale: #505050. Windows color (decimal): -8963993 or 6764663. OLE color: 6764663.

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

Color convert

RGB11956103-
CMYK00.530.130.53
HSL315.24º36%34.31%-
HSV(B)315.24º52.94%46.67%-
XYZ11.477.7313.72-
YUV80.2140.87155.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 56 (22.27% from 255) = 20.14%
BLUE value IS 103 (40.62% from 255) = 37.05%
R=42.81%
G=20.14%
B=37.05%

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
Decimal1195610300.530.130.53315.243634.31
Hex773867035D3513b2422
Octal1677014706515654734442
Binary1110111111000110011101101011101110101100111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773867; }

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

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

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

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

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

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

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

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