Html Css Color HEX #780177 Purple

📋 copy color: '#780177'

red 120 ◦ green 1 ◦ blue 119

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

Shades of Purple #780177

Tints of Purple #780177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 50%
G = 0.42%
B = 49.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#780177 (or 0x780177) is known color: Purple. HEX triplet: 78, 01 and 77. RGB value is (120,1,119). Sum of RGB (Red+Green+Blue) = 120+1+119=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #780177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780177 is #87FE88. Grayscale: #313131. Windows color (decimal): -8912521 or 7799160. OLE color: 7799160.

HSL color Cylindrical-coordinate representation of color #780177: hue angle of 300.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780177 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 1 119 -
CMYK 0 0.99 0.01 0.53
HSL 300.5º 0.98% 0.24% -
HSV(B) 300.5º 0.99% 0.47% -
XYZ 11.09 5.35 17.9 -
YUV 50.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 120 1 119 0 0.99 0.01 0.53 300.5 0.98 0.24
Hex 78 1 77 0 63 1 35 12D 62 18
Octal 170 1 167 0 143 1 65 455 142 30
Binary 1111000 1 1110111 0 1100011 1 110101 100101101 1100010 11000

Color Harmonies of #780177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780177

Black with #780177

Text Example


Text Example

White with #780177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780177; }

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

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

background-color css

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

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

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

border-color css

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

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

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