Html Css Color HEX #771978 Dark Purple

📋 copy color: '#771978'

red 119 ◦ green 25 ◦ blue 120

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

Shades of Dark Purple #771978

Tints of Dark Purple #771978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.45%

R = 45.08%
G = 9.47%
B = 45.45%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#771978 (or 0x771978) is known color: Dark Purple. HEX triplet: 77, 19 and 78. RGB value is (119,25,120). Sum of RGB (Red+Green+Blue) = 119+25+120=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #771978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771978 is #88E687. Grayscale: #3F3F3F. Windows color (decimal): -8971912 or 7870839. OLE color: 7870839.

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

Color convert

RGB 119 25 120 -
CMYK 0.01 0.79 0 0.53
HSL 299.37º 0.66% 0.28% -
HSV(B) 299.37º 0.79% 0.47% -
XYZ 11.35 5.97 18.32 -
YUV 63.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 119 25 120 0.01 0.79 0 0.53 299.37 0.66 0.28
Hex 77 19 78 1 4F 0 35 12B 42 1C
Octal 167 31 170 1 117 0 65 453 102 34
Binary 1110111 11001 1111000 1 1001111 0 110101 100101011 1000010 11100

Color Harmonies of #771978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771978

Black with #771978

Text Example


Text Example

White with #771978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771978; }

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

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

background-color css

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

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

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

border-color css

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

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

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