#772278

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

Shades of Dark Purple #772278

Tints of Dark Purple #772278

Color information

#772278 (or 0x772278) is unknown color: approx Dark Purple. HEX triplet: 77, 22 and 78. RGB value is (119,34,120). Sum of RGB (Red+Green+Blue) = 119+34+120=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #772278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772278 is #88DD87. Grayscale: #444444. Windows color (decimal): -8969608 or 7873143. OLE color: 7873143.

HSL color Cylindrical-coordinate representation of color #772278: hue angle of 299.3º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772278 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11934120-
CMYK0.010.7200.53
HSL299.3º55.84%30.2%-
HSV(B)299.3º71.67%47.06%-
XYZ11.576.4218.4-
YUV69.22156.66163.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 34 (13.67% from 255) = 12.45%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=43.59%
G=12.45%
B=43.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119341200.010.7200.53299.355.8430.2
Hex77227814803512b381e
Octal1674217011100654537036
Binary1110111100010111100011001000011010110010101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772278; }

 p { color: rgb(119,34,120); }

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

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

 a { background-color: rgb(119,34,120); }

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

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

 span { border-color: rgb(119,34,120); }

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