Html Css Color HEX #771778 Dark Purple

📋 copy color: '#771778'

red 119 ◦ green 23 ◦ blue 120

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

Shades of Dark Purple #771778

Tints of Dark Purple #771778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.78%

 BLUE value IS 120 (47.27% from 255) = 45.8%

R = 45.42%
G = 8.78%
B = 45.8%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#771778 (or 0x771778) is known color: Dark Purple. HEX triplet: 77, 17 and 78. RGB value is (119,23,120). Sum of RGB (Red+Green+Blue) = 119+23+120=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #771778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771778 is #88E887. Grayscale: #3E3E3E. Windows color (decimal): -8972424 or 7870327. OLE color: 7870327.

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

Color convert

RGB 119 23 120 -
CMYK 0.01 0.81 0 0.53
HSL 299.38º 0.68% 0.28% -
HSV(B) 299.38º 0.81% 0.47% -
XYZ 11.3 5.89 18.31 -
YUV 62.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 119 23 120 0.01 0.81 0 0.53 299.38 0.68 0.28
Hex 77 17 78 1 51 0 35 12B 44 1C
Octal 167 27 170 1 121 0 65 453 104 34
Binary 1110111 10111 1111000 1 1010001 0 110101 100101011 1000100 11100

Color Harmonies of #771778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771778

Black with #771778

Text Example


Text Example

White with #771778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771778; }

 p { color: rgb(119,23,120); }

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

background-color css

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

 a { background-color: rgb(119,23,120); }

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

border-color css

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

 span { border-color: rgb(119,23,120); }

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