#77226F

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

Shades of Dark Purple #77226F

Tints of Dark Purple #77226F

Color information

#77226F (or 0x77226F) is unknown color: approx Dark Purple. HEX triplet: 77, 22 and 6F. RGB value is (119,34,111). Sum of RGB (Red+Green+Blue) = 119+34+111=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77226F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77226F is #88DD90. Grayscale: #434343. Windows color (decimal): -8969617 or 7283319. OLE color: 7283319.

HSL color Cylindrical-coordinate representation of color #77226F: hue angle of 305.65º 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 #77226F is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB11934111-
CMYK00.710.070.53
HSL305.65º55.56%30%-
HSV(B)305.65º71.43%46.67%-
XYZ11.056.2115.66-
YUV68.19152.16164.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 34 (13.67% from 255) = 12.88%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=45.08%
G=12.88%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193411100.710.070.53305.6555.5630
Hex77226F047735132381e
Octal1674215701077654627036
Binary111011110001011011110100011111111010110011001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77226F; }

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

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

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

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

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

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

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

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