Html Css Color HEX #771975 Dark Purple

📋 copy color: '#771975'

red 119 ◦ green 25 ◦ blue 117

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

Shades of Dark Purple #771975

Tints of Dark Purple #771975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.83%

R = 45.59%
G = 9.58%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#771975 (or 0x771975) is known color: Dark Purple. HEX triplet: 77, 19 and 75. RGB value is (119,25,117). Sum of RGB (Red+Green+Blue) = 119+25+117=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #771975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771975 is #88E68A. Grayscale: #3F3F3F. Windows color (decimal): -8971915 or 7674231. OLE color: 7674231.

HSL color Cylindrical-coordinate representation of color #771975: hue angle of 301.28º 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 #771975 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 117 -
CMYK 0 0.79 0.02 0.53
HSL 301.28º 0.65% 0.28% -
HSV(B) 301.28º 0.79% 0.47% -
XYZ 11.17 5.9 17.38 -
YUV 63.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 119 25 117 0 0.79 0.02 0.53 301.28 0.65 0.28
Hex 77 19 75 0 4F 2 35 12D 41 1C
Octal 167 31 165 0 117 2 65 455 101 34
Binary 1110111 11001 1110101 0 1001111 10 110101 100101101 1000001 11100

Color Harmonies of #771975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771975

Black with #771975

Text Example


Text Example

White with #771975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771975; }

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

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

background-color css

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

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

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

border-color css

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

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

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