#772462

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

Shades of Palatinate Purple #772462

Tints of Palatinate Purple #772462

Color information

#772462 (or 0x772462) is unknown color: approx Palatinate Purple. HEX triplet: 77, 24 and 62. RGB value is (119,36,98). Sum of RGB (Red+Green+Blue) = 119+36+98=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #772462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772462 is #88DB9D. Grayscale: #434343. Windows color (decimal): -8969118 or 6431863. OLE color: 6431863.

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

Color convert

RGB1193698-
CMYK00.700.180.53
HSL315.18º53.55%30.39%-
HSV(B)315.18º69.75%46.67%-
XYZ10.446.0712.18-
YUV67.88145164.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=47.04%
G=14.23%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119369800.700.180.53315.1853.5530.39
Hex772462046123513b361e
Octal16744142010622654736636
Binary11101111001001100010010001101001011010110011101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772462; }

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

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

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

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

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

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

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

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