Html Css Color HEX #770689 Purple

📋 copy color: '#770689'

red 119 ◦ green 6 ◦ blue 137

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

Shades of Purple #770689

Tints of Purple #770689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.29%

R = 45.42%
G = 2.29%
B = 52.29%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#770689 (or 0x770689) is known color: Purple. HEX triplet: 77, 06 and 89. RGB value is (119,6,137). Sum of RGB (Red+Green+Blue) = 119+6+137=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #770689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770689 is #88F976. Grayscale: #363636. Windows color (decimal): -8976759 or 8980087. OLE color: 8980087.

HSL color Cylindrical-coordinate representation of color #770689: hue angle of 291.76º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770689 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 6 137 -
CMYK 0.13 0.96 0 0.46
HSL 291.76º 0.92% 0.28% -
HSV(B) 291.76º 0.96% 0.54% -
XYZ 12.19 5.86 24.16 -
YUV 54.72 174.44 173.85 -
System Red Green Blue C M Y K H S L
Decimal 119 6 137 0.13 0.96 0 0.46 291.76 0.92 0.28
Hex 77 6 89 D 60 0 2E 124 5C 1C
Octal 167 6 211 15 140 0 56 444 134 34
Binary 1110111 110 10001001 1101 1100000 0 101110 100100100 1011100 11100

Color Harmonies of #770689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770689

Black with #770689

Text Example


Text Example

White with #770689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770689; }

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

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

background-color css

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

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

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

border-color css

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

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

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