Html Css Color HEX #77076D Purple

📋 copy color: '#77076D'

red 119 ◦ green 7 ◦ blue 109

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

Shades of Purple #77076D

Tints of Purple #77076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.98%

 BLUE value IS 109 (42.97% from 255) = 46.38%

R = 50.64%
G = 2.98%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77076D (or 0x77076D) is known color: Purple. HEX triplet: 77, 07 and 6D. RGB value is (119,7,109). Sum of RGB (Red+Green+Blue) = 119+7+109=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77076D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77076D is #88F892. Grayscale: #333333. Windows color (decimal): -8976531 or 7145335. OLE color: 7145335.

HSL color Cylindrical-coordinate representation of color #77076D: hue angle of 305.36º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77076D is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 109 -
CMYK 0 0.94 0.08 0.53
HSL 305.36º 0.89% 0.25% -
HSV(B) 305.36º 0.94% 0.47% -
XYZ 10.44 5.18 14.92 -
YUV 52.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 119 7 109 0 0.94 0.08 0.53 305.36 0.89 0.25
Hex 77 7 6D 0 5E 8 35 131 59 19
Octal 167 7 155 0 136 10 65 461 131 31
Binary 1110111 111 1101101 0 1011110 1000 110101 100110001 1011001 11001

Color Harmonies of #77076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77076D

Black with #77076D

Text Example


Text Example

White with #77076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77076D; }

 p { color: rgb(119,7,109); }

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

background-color css

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

 a { background-color: rgb(119,7,109); }

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

border-color css

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

 span { border-color: rgb(119,7,109); }

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