#77256A

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

Shades of Palatinate Purple #77256A

Tints of Palatinate Purple #77256A

Color information

#77256A (or 0x77256A) is unknown color: approx Palatinate Purple. HEX triplet: 77, 25 and 6A. RGB value is (119,37,106). Sum of RGB (Red+Green+Blue) = 119+37+106=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77256A is #88DA95. Grayscale: #454545. Windows color (decimal): -8968854 or 6956407. OLE color: 6956407.

HSL color Cylindrical-coordinate representation of color #77256A: hue angle of 309.51º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77256A is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB11937106-
CMYK00.690.110.53
HSL309.51º52.56%30.59%-
HSV(B)309.51º68.91%46.67%-
XYZ10.876.2914.28-
YUV69.38148.67163.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 37 (14.84% from 255) = 14.12%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=45.42%
G=14.12%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193710600.690.110.53309.5152.5630.59
Hex77256A045B35136351f
Octal16745152010513654666537
Binary1110111100101110101001000101101111010110011011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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