#77275B

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

Shades of Palatinate Purple #77275B

Tints of Palatinate Purple #77275B

Color information

#77275B (or 0x77275B) is unknown color: approx Palatinate Purple. HEX triplet: 77, 27 and 5B. RGB value is (119,39,91). Sum of RGB (Red+Green+Blue) = 119+39+91=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77275B is #88D8A4. Grayscale: #444444. Windows color (decimal): -8968357 or 5973879. OLE color: 5973879.

HSL color Cylindrical-coordinate representation of color #77275B: hue angle of 321º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77275B is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1193991-
CMYK00.670.240.53
HSL321º50.63%30.98%-
HSV(B)321º67.23%46.67%-
XYZ10.226.1310.54-
YUV68.85140.5163.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=47.79%
G=15.66%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119399100.670.240.5332150.6330.98
Hex77275B0431835141331f
Octal16747133010330655016337
Binary11101111001111011011010000111100011010110100000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,39,91); }

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

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

 a { background-color: rgb(119,39,91); }

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

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

 span { border-color: rgb(119,39,91); }

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