Html Css Color HEX #770178 Purple

📋 copy color: '#770178'

red 119 ◦ green 1 ◦ blue 120

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

Shades of Purple #770178

Tints of Purple #770178

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #770178: hue angle of 299.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 #770178 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 1 120 -
CMYK 0.01 0.99 0 0.53
HSL 299.5º 0.98% 0.24% -
HSV(B) 299.5º 0.99% 0.47% -
XYZ 11.01 5.3 18.21 -
YUV 49.85 167.59 177.32 -
System Red Green Blue C M Y K H S L
Decimal 119 1 120 0.01 0.99 0 0.53 299.5 0.98 0.24
Hex 77 1 78 1 63 0 35 12B 62 18
Octal 167 1 170 1 143 0 65 453 142 30
Binary 1110111 1 1111000 1 1100011 0 110101 100101011 1100010 11000

Color Harmonies of #770178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770178

Black with #770178

Text Example


Text Example

White with #770178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770178; }

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

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

background-color css

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

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

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

border-color css

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

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

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