#772275

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

Shades of Dark Purple #772275

Tints of Dark Purple #772275

Color information

#772275 (or 0x772275) is unknown color: approx Dark Purple. HEX triplet: 77, 22 and 75. RGB value is (119,34,117). Sum of RGB (Red+Green+Blue) = 119+34+117=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #772275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772275 is #88DD8A. Grayscale: #444444. Windows color (decimal): -8969611 or 7676535. OLE color: 7676535.

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

Color convert

RGB11934117-
CMYK00.710.020.53
HSL301.41º55.56%30%-
HSV(B)301.41º71.43%46.67%-
XYZ11.396.3517.46-
YUV68.88155.16163.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 34 (13.67% from 255) = 12.59%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=44.07%
G=12.59%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193411700.710.020.53301.4155.5630
Hex77227504723512d381e
Octal1674216501072654557036
Binary11101111000101110101010001111011010110010110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772275; }

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

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

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

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

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

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

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

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