#772368

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

Shades of Palatinate Purple #772368

Tints of Palatinate Purple #772368

Color information

#772368 (or 0x772368) is unknown color: approx Palatinate Purple. HEX triplet: 77, 23 and 68. RGB value is (119,35,104). Sum of RGB (Red+Green+Blue) = 119+35+104=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #772368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772368 is #88DC97. Grayscale: #434343. Windows color (decimal): -8969368 or 6824823. OLE color: 6824823.

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

Color convert

RGB11935104-
CMYK00.710.130.53
HSL310.71º54.55%30.2%-
HSV(B)310.71º70.59%46.67%-
XYZ10.716.1213.71-
YUV67.98148.33164.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 35 (14.06% from 255) = 13.57%
BLUE value IS 104 (41.02% from 255) = 40.31%
R=46.12%
G=13.57%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193510400.710.130.53310.7154.5530.2
Hex772368047D35137371e
Octal16743150010715654676736
Binary1110111100011110100001000111110111010110011011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772368; }

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

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

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

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

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

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

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

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