Html Css Color HEX #771C6E Dark Purple

📋 copy color: '#771C6E'

red 119 ◦ green 28 ◦ blue 110

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

Shades of Dark Purple #771C6E

Tints of Dark Purple #771C6E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

 BLUE value IS 110 (43.36% from 255) = 42.8%

R = 46.3%
G = 10.89%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#771C6E (or 0x771C6E) is known color: Dark Purple. HEX triplet: 77, 1C and 6E. RGB value is (119,28,110). Sum of RGB (Red+Green+Blue) = 119+28+110=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #771C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C6E is #88E391. Grayscale: #404040. Windows color (decimal): -8971154 or 7216247. OLE color: 7216247.

HSL color Cylindrical-coordinate representation of color #771C6E: hue angle of 305.93º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771C6E is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 28 110 -
CMYK 0 0.76 0.08 0.53
HSL 305.93º 0.62% 0.29% -
HSV(B) 305.93º 0.76% 0.47% -
XYZ 10.84 5.88 15.32 -
YUV 64.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 119 28 110 0 0.76 0.08 0.53 305.93 0.62 0.29
Hex 77 1C 6E 0 4C 8 35 132 3E 1D
Octal 167 34 156 0 114 10 65 462 76 35
Binary 1110111 11100 1101110 0 1001100 1000 110101 100110010 111110 11101

Color Harmonies of #771C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C6E

Black with #771C6E

Text Example


Text Example

White with #771C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,28,110); }

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

background-color css

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

 a { background-color: rgb(119,28,110); }

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

border-color css

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

 span { border-color: rgb(119,28,110); }

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