#77286A

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

Shades of Palatinate Purple #77286A

Tints of Palatinate Purple #77286A

Color information

#77286A (or 0x77286A) is unknown color: approx Palatinate Purple. HEX triplet: 77, 28 and 6A. RGB value is (119,40,106). Sum of RGB (Red+Green+Blue) = 119+40+106=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77286A is #88D795. Grayscale: #464646. Windows color (decimal): -8968086 or 6957175. OLE color: 6957175.

HSL color Cylindrical-coordinate representation of color #77286A: hue angle of 309.87º 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 #77286A is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB11940106-
CMYK00.660.110.53
HSL309.87º49.69%31.18%-
HSV(B)309.87º66.39%46.67%-
XYZ10.976.4814.31-
YUV71.14147.67162.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 106 (41.80% from 255) = 40%
R=44.91%
G=15.09%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194010600.660.110.53309.8749.6931.18
Hex77286A042B35136321f
Octal16750152010213654666237
Binary1110111101000110101001000010101111010110011011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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