#77286E

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

Shades of Palatinate Purple #77286E

Tints of Palatinate Purple #77286E

Color information

#77286E (or 0x77286E) is unknown color: approx Palatinate Purple. HEX triplet: 77, 28 and 6E. RGB value is (119,40,110). Sum of RGB (Red+Green+Blue) = 119+40+110=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77286E is #88D791. Grayscale: #474747. Windows color (decimal): -8968082 or 7219319. OLE color: 7219319.

HSL color Cylindrical-coordinate representation of color #77286E: hue angle of 306.84º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77286E is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11940110-
CMYK00.660.080.53
HSL306.84º49.69%31.18%-
HSV(B)306.84º66.39%46.67%-
XYZ11.186.5715.43-
YUV71.6149.67161.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 110 (43.36% from 255) = 40.89%
R=44.24%
G=14.87%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194011000.660.080.53306.8449.6931.18
Hex77286E042835133321f
Octal16750156010210654636237
Binary1110111101000110111001000010100011010110011001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77286E; }

 p { color: rgb(119,40,110); }

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

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

 a { background-color: rgb(119,40,110); }

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

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

 span { border-color: rgb(119,40,110); }

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