Html Css Color HEX #771C7F Dark Purple

📋 copy color: '#771C7F'

red 119 ◦ green 28 ◦ blue 127

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

Shades of Dark Purple #771C7F

Tints of Dark Purple #771C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.35%

R = 43.43%
G = 10.22%
B = 46.35%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#771C7F (or 0x771C7F) is known color: Dark Purple. HEX triplet: 77, 1C and 7F. RGB value is (119,28,127). Sum of RGB (Red+Green+Blue) = 119+28+127=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #771C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C7F is #88E380. Grayscale: #424242. Windows color (decimal): -8971137 or 8330359. OLE color: 8330359.

HSL color Cylindrical-coordinate representation of color #771C7F: hue angle of 295.15º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771C7F is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 28 127 -
CMYK 0.06 0.78 0 0.50
HSL 295.15º 0.64% 0.3% -
HSV(B) 295.15º 0.78% 0.5% -
XYZ 11.85 6.28 20.67 -
YUV 66.5 162.15 165.45 -
System Red Green Blue C M Y K H S L
Decimal 119 28 127 0.06 0.78 0 0.50 295.15 0.64 0.3
Hex 77 1C 7F 6 4E 0 32 127 40 1E
Octal 167 34 177 6 116 0 62 447 100 36
Binary 1110111 11100 1111111 110 1001110 0 110010 100100111 1000000 11110

Color Harmonies of #771C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C7F

Black with #771C7F

Text Example


Text Example

White with #771C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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