Html Css Color HEX #771471 Dark Purple

📋 copy color: '#771471'

red 119 ◦ green 20 ◦ blue 113

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

Shades of Dark Purple #771471

Tints of Dark Purple #771471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.94%

 BLUE value IS 113 (44.53% from 255) = 44.84%

R = 47.22%
G = 7.94%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#771471 (or 0x771471) is known color: Dark Purple. HEX triplet: 77, 14 and 71. RGB value is (119,20,113). Sum of RGB (Red+Green+Blue) = 119+20+113=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #771471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771471 is #88EB8E. Grayscale: #3B3B3B. Windows color (decimal): -8973199 or 7410807. OLE color: 7410807.

HSL color Cylindrical-coordinate representation of color #771471: hue angle of 303.64º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #771471 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 20 113 -
CMYK 0 0.83 0.05 0.53
HSL 303.64º 0.71% 0.27% -
HSV(B) 303.64º 0.83% 0.47% -
XYZ 10.84 5.61 16.14 -
YUV 60.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 119 20 113 0 0.83 0.05 0.53 303.64 0.71 0.27
Hex 77 14 71 0 53 5 35 130 47 1B
Octal 167 24 161 0 123 5 65 460 107 33
Binary 1110111 10100 1110001 0 1010011 101 110101 100110000 1000111 11011

Color Harmonies of #771471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771471

Black with #771471

Text Example


Text Example

White with #771471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771471; }

 p { color: rgb(119,20,113); }

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

background-color css

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

 a { background-color: rgb(119,20,113); }

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

border-color css

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

 span { border-color: rgb(119,20,113); }

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