Html Css Color HEX #772176 Dark Purple

📋 copy color: '#772176'

red 119 ◦ green 33 ◦ blue 118

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

Shades of Dark Purple #772176

Tints of Dark Purple #772176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.22%

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

R = 44.07%
G = 12.22%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#772176 (or 0x772176) is known color: Dark Purple. HEX triplet: 77, 21 and 76. RGB value is (119,33,118). Sum of RGB (Red+Green+Blue) = 119+33+118=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #772176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772176 is #88DE89. Grayscale: #444444. Windows color (decimal): -8969866 or 7741815. OLE color: 7741815.

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

Color convert

RGB 119 33 118 -
CMYK 0 0.72 0.01 0.53
HSL 300.7º 0.57% 0.3% -
HSV(B) 300.7º 0.72% 0.47% -
XYZ 11.42 6.32 17.76 -
YUV 68.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 119 33 118 0 0.72 0.01 0.53 300.7 0.57 0.3
Hex 77 21 76 0 48 1 35 12D 39 1E
Octal 167 41 166 0 110 1 65 455 71 36
Binary 1110111 100001 1110110 0 1001000 1 110101 100101101 111001 11110

Color Harmonies of #772176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772176

Black with #772176

Text Example


Text Example

White with #772176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772176; }

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

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

background-color css

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

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

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

border-color css

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

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

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