Html Css Color HEX #771168 Dark Purple

📋 copy color: '#771168'

red 119 ◦ green 17 ◦ blue 104

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

Shades of Dark Purple #771168

Tints of Dark Purple #771168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.33%

R = 49.58%
G = 7.08%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#771168 (or 0x771168) is known color: Dark Purple. HEX triplet: 77, 11 and 68. RGB value is (119,17,104). Sum of RGB (Red+Green+Blue) = 119+17+104=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #771168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771168 is #88EE97. Grayscale: #393939. Windows color (decimal): -8973976 or 6820215. OLE color: 6820215.

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

Color convert

RGB 119 17 104 -
CMYK 0 0.86 0.13 0.53
HSL 308.82º 0.75% 0.27% -
HSV(B) 308.82º 0.86% 0.47% -
XYZ 10.31 5.32 13.58 -
YUV 57.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 119 17 104 0 0.86 0.13 0.53 308.82 0.75 0.27
Hex 77 11 68 0 56 D 35 135 4B 1B
Octal 167 21 150 0 126 15 65 465 113 33
Binary 1110111 10001 1101000 0 1010110 1101 110101 100110101 1001011 11011

Color Harmonies of #771168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771168

Black with #771168

Text Example


Text Example

White with #771168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771168; }

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

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

background-color css

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

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

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

border-color css

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

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

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