#772261

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

Shades of Palatinate Purple #772261

Tints of Palatinate Purple #772261

Color information

#772261 (or 0x772261) is unknown color: approx Palatinate Purple. HEX triplet: 77, 22 and 61. RGB value is (119,34,97). Sum of RGB (Red+Green+Blue) = 119+34+97=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #772261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772261 is #88DD9E. Grayscale: #424242. Windows color (decimal): -8969631 or 6365815. OLE color: 6365815.

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

Color convert

RGB1193497-
CMYK00.710.180.53
HSL315.53º55.56%30%-
HSV(B)315.53º71.43%46.67%-
XYZ10.345.9311.91-
YUV66.6145.16165.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 34 (13.67% from 255) = 13.6%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=47.6%
G=13.6%
B=38.8%

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
Decimal119349700.710.180.53315.5355.5630
Hex772261047123513c381e
Octal16742141010722654747036
Binary11101111000101100001010001111001011010110011110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772261; }

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

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

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

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

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

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

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

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