#773262

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

Shades of Palatinate Purple #773262

Tints of Palatinate Purple #773262

Color information

#773262 (or 0x773262) is unknown color: approx Palatinate Purple. HEX triplet: 77, 32 and 62. RGB value is (119,50,98). Sum of RGB (Red+Green+Blue) = 119+50+98=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #773262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773262 is #88CD9D. Grayscale: #4B4B4B. Windows color (decimal): -8965534 or 6435447. OLE color: 6435447.

HSL color Cylindrical-coordinate representation of color #773262: hue angle of 318.26º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773262 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1195098-
CMYK00.580.180.53
HSL318.26º40.83%33.14%-
HSV(B)318.26º57.98%46.67%-
XYZ10.957.0812.35-
YUV76.1140.36158.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=44.57%
G=18.73%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119509800.580.180.53318.2640.8333.14
Hex77326203A123513e2921
Octal1676214207222654765141
Binary11101111100101100010011101010010110101100111110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773262; }

 p { color: rgb(119,50,98); }

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

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

 a { background-color: rgb(119,50,98); }

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

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

 span { border-color: rgb(119,50,98); }

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