#77256E

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

Shades of Dark Purple #77256E

Tints of Dark Purple #77256E

Color information

#77256E (or 0x77256E) is unknown color: approx Dark Purple. HEX triplet: 77, 25 and 6E. RGB value is (119,37,110). Sum of RGB (Red+Green+Blue) = 119+37+110=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77256E is #88DA91. Grayscale: #454545. Windows color (decimal): -8968850 or 7218551. OLE color: 7218551.

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

Color convert

RGB11937110-
CMYK00.690.080.53
HSL306.59º52.56%30.59%-
HSV(B)306.59º68.91%46.67%-
XYZ11.086.3715.4-
YUV69.84150.67163.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=44.74%
G=13.91%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193711000.690.080.53306.5952.5630.59
Hex77256E045835133351f
Octal16745156010510654636537
Binary1110111100101110111001000101100011010110011001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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