Html Css Color HEX #771B83 Dark Purple

📋 copy color: '#771B83'

red 119 ◦ green 27 ◦ blue 131

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

Shades of Dark Purple #771B83

Tints of Dark Purple #771B83

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.75%

 BLUE value IS 131 (51.56% from 255) = 47.29%

R = 42.96%
G = 9.75%
B = 47.29%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#771B83 (or 0x771B83) is known color: Dark Purple. HEX triplet: 77, 1B and 83. RGB value is (119,27,131). Sum of RGB (Red+Green+Blue) = 119+27+131=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #771B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771B83 is #88E47C. Grayscale: #424242. Windows color (decimal): -8971389 or 8592247. OLE color: 8592247.

HSL color Cylindrical-coordinate representation of color #771B83: hue angle of 293.08º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771B83 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 27 131 -
CMYK 0.09 0.79 0 0.49
HSL 293.08º 0.66% 0.31% -
HSV(B) 293.08º 0.79% 0.51% -
XYZ 12.1 6.34 22.06 -
YUV 66.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 119 27 131 0.09 0.79 0 0.49 293.08 0.66 0.31
Hex 77 1B 83 9 4F 0 31 125 42 1F
Octal 167 33 203 11 117 0 61 445 102 37
Binary 1110111 11011 10000011 1001 1001111 0 110001 100100101 1000010 11111

Color Harmonies of #771B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771B83

Black with #771B83

Text Example


Text Example

White with #771B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,27,131); }

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

background-color css

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

 a { background-color: rgb(119,27,131); }

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

border-color css

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

 span { border-color: rgb(119,27,131); }

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