Html Css Color HEX #772276 Dark Purple

📋 copy color: '#772276'

red 119 ◦ green 34 ◦ blue 118

#772276
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #772276

Tints of Dark Purple #772276

RGB

 RED value IS 119 (46.88% from 255) = 43.91%

 GREEN value IS 34 (13.67% from 255) = 12.55%

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 43.91%
G = 12.55%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#772276 (or 0x772276) is known color: Dark Purple. HEX triplet: 77, 22 and 76. RGB value is (119,34,118). Sum of RGB (Red+Green+Blue) = 119+34+118=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #772276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772276 is #88DD89. Grayscale: #444444. Windows color (decimal): -8969610 or 7742071. OLE color: 7742071.

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

Color convert

RGB 119 34 118 -
CMYK 0 0.71 0.01 0.53
HSL 300.71º 0.56% 0.3% -
HSV(B) 300.71º 0.71% 0.47% -
XYZ 11.45 6.37 17.77 -
YUV 68.99 155.66 163.67 -
System Red Green Blue C M Y K H S L
Decimal 119 34 118 0 0.71 0.01 0.53 300.71 0.56 0.3
Hex 77 22 76 0 47 1 35 12D 38 1E
Octal 167 42 166 0 107 1 65 455 70 36
Binary 1110111 100010 1110110 0 1000111 1 110101 100101101 111000 11110

Color Harmonies of #772276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772276

Black with #772276

Text Example


Text Example

White with #772276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772276; }

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

 H1.HeaderClassName
 {
   color: #772276;
 }
 .AnyTagClassName
 {
   color: #772276;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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