Html Css Color HEX #771F6B Dark Purple

📋 copy color: '#771F6B'

red 119 ◦ green 31 ◦ blue 107

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

Shades of Dark Purple #771F6B

Tints of Dark Purple #771F6B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.06%

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 46.3%
G = 12.06%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#771F6B (or 0x771F6B) is known color: Dark Purple. HEX triplet: 77, 1F and 6B. RGB value is (119,31,107). Sum of RGB (Red+Green+Blue) = 119+31+107=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #771F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771F6B is #88E094. Grayscale: #414141. Windows color (decimal): -8970389 or 7020407. OLE color: 7020407.

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

Color convert

RGB 119 31 107 -
CMYK 0 0.74 0.10 0.53
HSL 308.18º 0.59% 0.29% -
HSV(B) 308.18º 0.74% 0.47% -
XYZ 10.75 5.96 14.49 -
YUV 65.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 119 31 107 0 0.74 0.10 0.53 308.18 0.59 0.29
Hex 77 1F 6B 0 4A A 35 134 3B 1D
Octal 167 37 153 0 112 12 65 464 73 35
Binary 1110111 11111 1101011 0 1001010 1010 110101 100110100 111011 11101

Color Harmonies of #771F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F6B

Black with #771F6B

Text Example


Text Example

White with #771F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,31,107); }

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

background-color css

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

 a { background-color: rgb(119,31,107); }

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

border-color css

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

 span { border-color: rgb(119,31,107); }

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