#772468

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

Shades of Palatinate Purple #772468

Tints of Palatinate Purple #772468

Color information

#772468 (or 0x772468) is unknown color: approx Palatinate Purple. HEX triplet: 77, 24 and 68. RGB value is (119,36,104). Sum of RGB (Red+Green+Blue) = 119+36+104=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #772468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772468 is #88DB97. Grayscale: #444444. Windows color (decimal): -8969112 or 6825079. OLE color: 6825079.

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

Color convert

RGB11936104-
CMYK00.700.130.53
HSL310.84º53.55%30.39%-
HSV(B)310.84º69.75%46.67%-
XYZ10.746.1813.72-
YUV68.57148163.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=45.95%
G=13.90%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193610400.700.130.53310.8453.5530.39
Hex772468046D35137361e
Octal16744150010615654676636
Binary1110111100100110100001000110110111010110011011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772468; }

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

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

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

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

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

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

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

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