Html Css Color HEX #770576 Purple

📋 copy color: '#770576'

red 119 ◦ green 5 ◦ blue 118

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

Shades of Purple #770576

Tints of Purple #770576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 49.17%
G = 2.07%
B = 48.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#770576 (or 0x770576) is known color: Purple. HEX triplet: 77, 05 and 76. RGB value is (119,5,118). Sum of RGB (Red+Green+Blue) = 119+5+118=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #770576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770576 is #88FA89. Grayscale: #333333. Windows color (decimal): -8977034 or 7734647. OLE color: 7734647.

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

Color convert

RGB 119 5 118 -
CMYK 0 0.96 0.01 0.53
HSL 300.53º 0.92% 0.24% -
HSV(B) 300.53º 0.96% 0.47% -
XYZ 10.93 5.34 17.59 -
YUV 51.97 165.27 175.81 -
System Red Green Blue C M Y K H S L
Decimal 119 5 118 0 0.96 0.01 0.53 300.53 0.92 0.24
Hex 77 5 76 0 60 1 35 12D 5C 18
Octal 167 5 166 0 140 1 65 455 134 30
Binary 1110111 101 1110110 0 1100000 1 110101 100101101 1011100 11000

Color Harmonies of #770576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770576

Black with #770576

Text Example


Text Example

White with #770576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770576; }

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

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

background-color css

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

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

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

border-color css

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

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

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