#77227A

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

Shades of Dark Purple #77227A

Tints of Dark Purple #77227A

Color information

#77227A (or 0x77227A) is unknown color: approx Dark Purple. HEX triplet: 77, 22 and 7A. RGB value is (119,34,122). Sum of RGB (Red+Green+Blue) = 119+34+122=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #77227A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77227A is #88DD85. Grayscale: #454545. Windows color (decimal): -8969606 or 8004215. OLE color: 8004215.

HSL color Cylindrical-coordinate representation of color #77227A: hue angle of 297.95º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77227A is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11934122-
CMYK0.020.7200.52
HSL297.95º56.41%30.59%-
HSV(B)297.95º72.13%47.84%-
XYZ11.696.4719.05-
YUV69.45157.66163.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 34 (13.67% from 255) = 12.36%
BLUE value IS 122 (48.05% from 255) = 44.36%
R=43.27%
G=12.36%
B=44.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119341220.020.7200.52297.9556.4130.59
Hex77227A24803412a381f
Octal1674217221100644527037
Binary11101111000101111010101001000011010010010101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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