Html Css Color HEX #771577 Dark Purple

📋 copy color: '#771577'

red 119 ◦ green 21 ◦ blue 119

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

Shades of Dark Purple #771577

Tints of Dark Purple #771577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

 BLUE value IS 119 (46.88% from 255) = 45.95%

R = 45.95%
G = 8.11%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#771577 (or 0x771577) is known color: Dark Purple. HEX triplet: 77, 15 and 77. RGB value is (119,21,119). Sum of RGB (Red+Green+Blue) = 119+21+119=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #771577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771577 is #88EA88. Grayscale: #3D3D3D. Windows color (decimal): -8972937 or 7804279. OLE color: 7804279.

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

Color convert

RGB 119 21 119 -
CMYK 0 0.82 0 0.53
HSL 300º 0.7% 0.27% -
HSV(B) 300º 0.82% 0.47% -
XYZ 11.21 5.79 17.98 -
YUV 61.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 119 21 119 0 0.82 0 0.53 300 0.7 0.27
Hex 77 15 77 0 52 0 35 12C 46 1B
Octal 167 25 167 0 122 0 65 454 106 33
Binary 1110111 10101 1110111 0 1010010 0 110101 100101100 1000110 11011

Color Harmonies of #771577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771577

Black with #771577

Text Example


Text Example

White with #771577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771577; }

 p { color: rgb(119,21,119); }

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

background-color css

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

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

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

border-color css

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

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

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