#772669

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

Shades of Palatinate Purple #772669

Tints of Palatinate Purple #772669

Color information

#772669 (or 0x772669) is unknown color: approx Palatinate Purple. HEX triplet: 77, 26 and 69. RGB value is (119,38,105). Sum of RGB (Red+Green+Blue) = 119+38+105=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #772669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772669 is #88D996. Grayscale: #454545. Windows color (decimal): -8968599 or 6891127. OLE color: 6891127.

HSL color Cylindrical-coordinate representation of color #772669: hue angle of 310.37º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #772669 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB11938105-
CMYK00.680.120.53
HSL310.37º51.59%30.78%-
HSV(B)310.37º68.07%46.67%-
XYZ10.856.3314.01-
YUV69.86147.84163.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 105 (41.41% from 255) = 40.08%
R=45.42%
G=14.50%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193810500.680.120.53310.3751.5930.78
Hex772669044C35136341f
Octal16746151010414654666437
Binary1110111100110110100101000100110011010110011011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772669; }

 p { color: rgb(119,38,105); }

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

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

 a { background-color: rgb(119,38,105); }

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

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

 span { border-color: rgb(119,38,105); }

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