Html Css Color HEX #771E7B Dark Purple

📋 copy color: '#771E7B'

red 119 ◦ green 30 ◦ blue 123

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

Shades of Dark Purple #771E7B

Tints of Dark Purple #771E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.22%

R = 43.75%
G = 11.03%
B = 45.22%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#771E7B (or 0x771E7B) is known color: Dark Purple. HEX triplet: 77, 1E and 7B. RGB value is (119,30,123). Sum of RGB (Red+Green+Blue) = 119+30+123=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #771E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E7B is #88E184. Grayscale: #424242. Windows color (decimal): -8970629 or 8068727. OLE color: 8068727.

HSL color Cylindrical-coordinate representation of color #771E7B: hue angle of 297.42º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771E7B is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 30 123 -
CMYK 0.03 0.76 0 0.52
HSL 297.42º 0.61% 0.3% -
HSV(B) 297.42º 0.76% 0.48% -
XYZ 11.65 6.28 19.34 -
YUV 67.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 119 30 123 0.03 0.76 0 0.52 297.42 0.61 0.3
Hex 77 1E 7B 3 4C 0 34 129 3D 1E
Octal 167 36 173 3 114 0 64 451 75 36
Binary 1110111 11110 1111011 11 1001100 0 110100 100101001 111101 11110

Color Harmonies of #771E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E7B

Black with #771E7B

Text Example


Text Example

White with #771E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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