Html Css Color HEX #771166 Dark Purple

📋 copy color: '#771166'

red 119 ◦ green 17 ◦ blue 102

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

Shades of Dark Purple #771166

Tints of Dark Purple #771166

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.14%

 BLUE value IS 102 (40.23% from 255) = 42.86%

R = 50%
G = 7.14%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#771166 (or 0x771166) is known color: Dark Purple. HEX triplet: 77, 11 and 66. RGB value is (119,17,102). Sum of RGB (Red+Green+Blue) = 119+17+102=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #771166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771166 is #88EE99. Grayscale: #383838. Windows color (decimal): -8973978 or 6689143. OLE color: 6689143.

HSL color Cylindrical-coordinate representation of color #771166: hue angle of 310º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771166 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 102 -
CMYK 0 0.86 0.14 0.53
HSL 310º 0.75% 0.27% -
HSV(B) 310º 0.86% 0.47% -
XYZ 10.21 5.28 13.05 -
YUV 57.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 119 17 102 0 0.86 0.14 0.53 310 0.75 0.27
Hex 77 11 66 0 56 E 35 136 4B 1B
Octal 167 21 146 0 126 16 65 466 113 33
Binary 1110111 10001 1100110 0 1010110 1110 110101 100110110 1001011 11011

Color Harmonies of #771166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771166

Black with #771166

Text Example


Text Example

White with #771166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771166; }

 p { color: rgb(119,17,102); }

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

background-color css

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

 a { background-color: rgb(119,17,102); }

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

border-color css

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

 span { border-color: rgb(119,17,102); }

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