#77275E

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

Shades of Palatinate Purple #77275E

Tints of Palatinate Purple #77275E

Color information

#77275E (or 0x77275E) is unknown color: approx Palatinate Purple. HEX triplet: 77, 27 and 5E. RGB value is (119,39,94). Sum of RGB (Red+Green+Blue) = 119+39+94=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77275E is #88D8A1. Grayscale: #454545. Windows color (decimal): -8968354 or 6170487. OLE color: 6170487.

HSL color Cylindrical-coordinate representation of color #77275E: hue angle of 318.75º 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 #77275E is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1193994-
CMYK00.670.210.53
HSL318.75º50.63%30.98%-
HSV(B)318.75º67.23%46.67%-
XYZ10.356.1811.24-
YUV69.19142163.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=47.22%
G=15.48%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119399400.670.210.53318.7550.6330.98
Hex77275E043153513f331f
Octal16747136010325654776337
Binary11101111001111011110010000111010111010110011111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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