Html Css Color HEX #770678 Purple

📋 copy color: '#770678'

red 119 ◦ green 6 ◦ blue 120

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

Shades of Purple #770678

Tints of Purple #770678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

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

R = 48.57%
G = 2.45%
B = 48.98%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#770678 (or 0x770678) is known color: Purple. HEX triplet: 77, 06 and 78. RGB value is (119,6,120). Sum of RGB (Red+Green+Blue) = 119+6+120=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #770678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770678 is #88F987. Grayscale: #343434. Windows color (decimal): -8976776 or 7865975. OLE color: 7865975.

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

Color convert

RGB 119 6 120 -
CMYK 0.01 0.95 0 0.53
HSL 299.47º 0.9% 0.25% -
HSV(B) 299.47º 0.95% 0.47% -
XYZ 11.06 5.41 18.23 -
YUV 52.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 119 6 120 0.01 0.95 0 0.53 299.47 0.9 0.25
Hex 77 6 78 1 5F 0 35 12B 5A 19
Octal 167 6 170 1 137 0 65 453 132 31
Binary 1110111 110 1111000 1 1011111 0 110101 100101011 1011010 11001

Color Harmonies of #770678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770678

Black with #770678

Text Example


Text Example

White with #770678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770678; }

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

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

background-color css

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

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

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

border-color css

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

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

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