Html Css Color HEX #780977 Purple

📋 copy color: '#780977'

red 120 ◦ green 9 ◦ blue 119

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

Shades of Purple #780977

Tints of Purple #780977

RGB

 RED value IS 120 (47.27% from 255) = 48.39%

 GREEN value IS 9 (3.91% from 255) = 3.63%

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

R = 48.39%
G = 3.63%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#780977 (or 0x780977) is known color: Purple. HEX triplet: 78, 09 and 77. RGB value is (120,9,119). Sum of RGB (Red+Green+Blue) = 120+9+119=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #780977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780977 is #87F688. Grayscale: #363636. Windows color (decimal): -8910473 or 7801208. OLE color: 7801208.

HSL color Cylindrical-coordinate representation of color #780977: hue angle of 300.54º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780977 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 9 119 -
CMYK 0 0.92 0.01 0.53
HSL 300.54º 0.86% 0.25% -
HSV(B) 300.54º 0.93% 0.47% -
XYZ 11.17 5.52 17.93 -
YUV 54.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 120 9 119 0 0.92 0.01 0.53 300.54 0.86 0.25
Hex 78 9 77 0 5C 1 35 12D 56 19
Octal 170 11 167 0 134 1 65 455 126 31
Binary 1111000 1001 1110111 0 1011100 1 110101 100101101 1010110 11001

Color Harmonies of #780977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780977

Black with #780977

Text Example


Text Example

White with #780977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780977; }

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

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

background-color css

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

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

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

border-color css

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

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

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