Html Css Color HEX #771970 Dark Purple

📋 copy color: '#771970'

red 119 ◦ green 25 ◦ blue 112

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

Shades of Dark Purple #771970

Tints of Dark Purple #771970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.77%

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 46.48%
G = 9.77%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#771970 (or 0x771970) is known color: Dark Purple. HEX triplet: 77, 19 and 70. RGB value is (119,25,112). Sum of RGB (Red+Green+Blue) = 119+25+112=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #771970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771970 is #88E68F. Grayscale: #3E3E3E. Windows color (decimal): -8971920 or 7346551. OLE color: 7346551.

HSL color Cylindrical-coordinate representation of color #771970: hue angle of 304.47º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771970 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 112 -
CMYK 0 0.79 0.06 0.53
HSL 304.47º 0.65% 0.28% -
HSV(B) 304.47º 0.79% 0.47% -
XYZ 10.88 5.79 15.87 -
YUV 63.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 119 25 112 0 0.79 0.06 0.53 304.47 0.65 0.28
Hex 77 19 70 0 4F 6 35 130 41 1C
Octal 167 31 160 0 117 6 65 460 101 34
Binary 1110111 11001 1110000 0 1001111 110 110101 100110000 1000001 11100

Color Harmonies of #771970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771970

Black with #771970

Text Example


Text Example

White with #771970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771970; }

 p { color: rgb(119,25,112); }

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

background-color css

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

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

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

border-color css

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

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

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