#773064

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

Shades of Palatinate Purple #773064

Tints of Palatinate Purple #773064

Color information

#773064 (or 0x773064) is unknown color: approx Palatinate Purple. HEX triplet: 77, 30 and 64. RGB value is (119,48,100). Sum of RGB (Red+Green+Blue) = 119+48+100=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #773064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773064 is #88CF9B. Grayscale: #4B4B4B. Windows color (decimal): -8966044 or 6566007. OLE color: 6566007.

HSL color Cylindrical-coordinate representation of color #773064: hue angle of 316.06º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773064 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB11948100-
CMYK00.600.160.53
HSL316.06º42.51%32.75%-
HSV(B)316.06º59.66%46.67%-
XYZ10.966.9612.82-
YUV75.16142.02159.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=44.57%
G=17.98%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194810000.600.160.53316.0642.5132.75
Hex77306403C103513c2b21
Octal1676014407420654745341
Binary11101111100001100100011110010000110101100111100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773064; }

 p { color: rgb(119,48,100); }

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

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

 a { background-color: rgb(119,48,100); }

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

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

 span { border-color: rgb(119,48,100); }

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