#772465

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

Shades of Palatinate Purple #772465

Tints of Palatinate Purple #772465

Color information

#772465 (or 0x772465) is unknown color: approx Palatinate Purple. HEX triplet: 77, 24 and 65. RGB value is (119,36,101). Sum of RGB (Red+Green+Blue) = 119+36+101=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #772465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772465 is #88DB9A. Grayscale: #444444. Windows color (decimal): -8969115 or 6628471. OLE color: 6628471.

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

Color convert

RGB11936101-
CMYK00.700.150.53
HSL313.01º53.55%30.39%-
HSV(B)313.01º69.75%46.67%-
XYZ10.596.1212.94-
YUV68.23146.5164.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 36 (14.45% from 255) = 14.06%
BLUE value IS 101 (39.84% from 255) = 39.45%
R=46.48%
G=14.06%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193610100.700.150.53313.0153.5530.39
Hex772465046F35139361e
Octal16744145010617654716636
Binary1110111100100110010101000110111111010110011100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772465; }

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

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

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

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

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

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

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

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