#772362

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

Shades of Palatinate Purple #772362

Tints of Palatinate Purple #772362

Color information

#772362 (or 0x772362) is unknown color: approx Palatinate Purple. HEX triplet: 77, 23 and 62. RGB value is (119,35,98). Sum of RGB (Red+Green+Blue) = 119+35+98=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #772362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772362 is #88DC9D. Grayscale: #434343. Windows color (decimal): -8969374 or 6431607. OLE color: 6431607.

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

Color convert

RGB1193598-
CMYK00.710.180.53
HSL315º54.55%30.2%-
HSV(B)315º70.59%46.67%-
XYZ10.416.0112.17-
YUV67.3145.33164.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=47.22%
G=13.89%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119359800.710.180.5331554.5530.2
Hex772362047123513b371e
Octal16743142010722654736736
Binary11101111000111100010010001111001011010110011101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772362; }

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

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

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

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

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

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

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

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