#77286B

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

Shades of Palatinate Purple #77286B

Tints of Palatinate Purple #77286B

Color information

#77286B (or 0x77286B) is unknown color: approx Palatinate Purple. HEX triplet: 77, 28 and 6B. RGB value is (119,40,107). Sum of RGB (Red+Green+Blue) = 119+40+107=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77286B is #88D794. Grayscale: #474747. Windows color (decimal): -8968085 or 7022711. OLE color: 7022711.

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

Color convert

RGB11940107-
CMYK00.660.100.53
HSL309.11º49.69%31.18%-
HSV(B)309.11º66.39%46.67%-
XYZ11.026.514.58-
YUV71.26148.17162.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 40 (16.02% from 255) = 15.04%
BLUE value IS 107 (42.19% from 255) = 40.23%
R=44.74%
G=15.04%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194010700.660.100.53309.1149.6931.18
Hex77286B042A35135321f
Octal16750153010212654656237
Binary1110111101000110101101000010101011010110011010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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