Html Css Color HEX #771E6D Dark Purple

📋 copy color: '#771E6D'

red 119 ◦ green 30 ◦ blue 109

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

Shades of Dark Purple #771E6D

Tints of Dark Purple #771E6D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.63%

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

R = 46.12%
G = 11.63%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#771E6D (or 0x771E6D) is known color: Dark Purple. HEX triplet: 77, 1E and 6D. RGB value is (119,30,109). Sum of RGB (Red+Green+Blue) = 119+30+109=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #771E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E6D is #88E192. Grayscale: #414141. Windows color (decimal): -8970643 or 7151223. OLE color: 7151223.

HSL color Cylindrical-coordinate representation of color #771E6D: hue angle of 306.74º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E6D is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 30 109 -
CMYK 0 0.75 0.08 0.53
HSL 306.74º 0.6% 0.29% -
HSV(B) 306.74º 0.75% 0.47% -
XYZ 10.83 5.95 15.05 -
YUV 65.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 119 30 109 0 0.75 0.08 0.53 306.74 0.6 0.29
Hex 77 1E 6D 0 4B 8 35 133 3C 1D
Octal 167 36 155 0 113 10 65 463 74 35
Binary 1110111 11110 1101101 0 1001011 1000 110101 100110011 111100 11101

Color Harmonies of #771E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E6D

Black with #771E6D

Text Example


Text Example

White with #771E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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