Html Css Color HEX #772576 Dark Purple

📋 copy color: '#772576'

red 119 ◦ green 37 ◦ blue 118

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

Shades of Dark Purple #772576

Tints of Dark Purple #772576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.5%

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

R = 43.43%
G = 13.5%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#772576 (or 0x772576) is known color: Dark Purple. HEX triplet: 77, 25 and 76. RGB value is (119,37,118). Sum of RGB (Red+Green+Blue) = 119+37+118=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #772576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772576 is #88DA89. Grayscale: #464646. Windows color (decimal): -8968842 or 7742839. OLE color: 7742839.

HSL color Cylindrical-coordinate representation of color #772576: hue angle of 300.73º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #772576 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 37 118 -
CMYK 0 0.69 0.01 0.53
HSL 300.73º 0.53% 0.31% -
HSV(B) 300.73º 0.69% 0.47% -
XYZ 11.54 6.55 17.8 -
YUV 70.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 119 37 118 0 0.69 0.01 0.53 300.73 0.53 0.31
Hex 77 25 76 0 45 1 35 12D 35 1F
Octal 167 45 166 0 105 1 65 455 65 37
Binary 1110111 100101 1110110 0 1000101 1 110101 100101101 110101 11111

Color Harmonies of #772576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772576

Black with #772576

Text Example


Text Example

White with #772576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772576; }

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

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

background-color css

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

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

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

border-color css

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

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

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