#772265

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

Shades of Palatinate Purple #772265

Tints of Palatinate Purple #772265

Color information

#772265 (or 0x772265) is unknown color: approx Palatinate Purple. HEX triplet: 77, 22 and 65. RGB value is (119,34,101). Sum of RGB (Red+Green+Blue) = 119+34+101=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #772265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772265 is #88DD9A. Grayscale: #424242. Windows color (decimal): -8969627 or 6627959. OLE color: 6627959.

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

Color convert

RGB11934101-
CMYK00.710.150.53
HSL312.71º55.56%30%-
HSV(B)312.71º71.43%46.67%-
XYZ10.536.0112.92-
YUV67.05147.16165.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 34 (13.67% from 255) = 13.39%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=46.85%
G=13.39%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193410100.710.150.53312.7155.5630
Hex772265047F35139381e
Octal16742145010717654717036
Binary1110111100010110010101000111111111010110011100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772265; }

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

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

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

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

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

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

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

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