Html Css Color HEX #771769 Dark Purple

📋 copy color: '#771769'

red 119 ◦ green 23 ◦ blue 105

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

Shades of Dark Purple #771769

Tints of Dark Purple #771769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.51%

R = 48.18%
G = 9.31%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#771769 (or 0x771769) is known color: Dark Purple. HEX triplet: 77, 17 and 69. RGB value is (119,23,105). Sum of RGB (Red+Green+Blue) = 119+23+105=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #771769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771769 is #88E896. Grayscale: #3C3C3C. Windows color (decimal): -8972439 or 6887287. OLE color: 6887287.

HSL color Cylindrical-coordinate representation of color #771769: hue angle of 308.75º 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 #771769 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 105 -
CMYK 0 0.81 0.12 0.53
HSL 308.75º 0.68% 0.28% -
HSV(B) 308.75º 0.81% 0.47% -
XYZ 10.46 5.55 13.89 -
YUV 61.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 119 23 105 0 0.81 0.12 0.53 308.75 0.68 0.28
Hex 77 17 69 0 51 C 35 135 44 1C
Octal 167 27 151 0 121 14 65 465 104 34
Binary 1110111 10111 1101001 0 1010001 1100 110101 100110101 1000100 11100

Color Harmonies of #771769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771769

Black with #771769

Text Example


Text Example

White with #771769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771769; }

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

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

background-color css

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

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

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

border-color css

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

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

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