Html Css Color HEX #771376 Dark Purple

📋 copy color: '#771376'

red 119 ◦ green 19 ◦ blue 118

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

Shades of Dark Purple #771376

Tints of Dark Purple #771376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.42%

 BLUE value IS 118 (46.48% from 255) = 46.09%

R = 46.48%
G = 7.42%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#771376 (or 0x771376) is known color: Dark Purple. HEX triplet: 77, 13 and 76. RGB value is (119,19,118). Sum of RGB (Red+Green+Blue) = 119+19+118=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #771376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771376 is #88EC89. Grayscale: #3B3B3B. Windows color (decimal): -8973450 or 7738231. OLE color: 7738231.

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

Color convert

RGB 119 19 118 -
CMYK 0 0.84 0.01 0.53
HSL 300.6º 0.72% 0.27% -
HSV(B) 300.6º 0.84% 0.47% -
XYZ 11.11 5.7 17.65 -
YUV 60.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 119 19 118 0 0.84 0.01 0.53 300.6 0.72 0.27
Hex 77 13 76 0 54 1 35 12D 48 1B
Octal 167 23 166 0 124 1 65 455 110 33
Binary 1110111 10011 1110110 0 1010100 1 110101 100101101 1001000 11011

Color Harmonies of #771376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771376

Black with #771376

Text Example


Text Example

White with #771376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771376; }

 p { color: rgb(119,19,118); }

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

background-color css

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

 a { background-color: rgb(119,19,118); }

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

border-color css

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

 span { border-color: rgb(119,19,118); }

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