Html Css Color HEX #780877 Purple

📋 copy color: '#780877'

red 120 ◦ green 8 ◦ blue 119

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

Shades of Purple #780877

Tints of Purple #780877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

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

R = 48.58%
G = 3.24%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#780877 (or 0x780877) is known color: Purple. HEX triplet: 78, 08 and 77. RGB value is (120,8,119). Sum of RGB (Red+Green+Blue) = 120+8+119=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #780877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780877 is #87F788. Grayscale: #353535. Windows color (decimal): -8910729 or 7800952. OLE color: 7800952.

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

Color convert

RGB 120 8 119 -
CMYK 0 0.93 0.01 0.53
HSL 300.54º 0.88% 0.25% -
HSV(B) 300.54º 0.93% 0.47% -
XYZ 11.16 5.5 17.93 -
YUV 54.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 120 8 119 0 0.93 0.01 0.53 300.54 0.88 0.25
Hex 78 8 77 0 5D 1 35 12D 58 19
Octal 170 10 167 0 135 1 65 455 130 31
Binary 1111000 1000 1110111 0 1011101 1 110101 100101101 1011000 11001

Color Harmonies of #780877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780877

Black with #780877

Text Example


Text Example

White with #780877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780877; }

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

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

background-color css

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

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

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

border-color css

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

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

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