Html Css Color HEX #770089 Purple

📋 copy color: '#770089'

red 119 ◦ green 0 ◦ blue 137

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

Shades of Purple #770089

Tints of Purple #770089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.48%
G = 0%
B = 53.52%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#770089 (or 0x770089) is known color: Purple. HEX triplet: 77, 00 and 89. RGB value is (119,0,137). Sum of RGB (Red+Green+Blue) = 119+0+137=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #770089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770089 is #88FF76. Grayscale: #323232. Windows color (decimal): -8978295 or 8978551. OLE color: 8978551.

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

Color convert

RGB 119 0 137 -
CMYK 0.13 1 0 0.46
HSL 292.12º 1% 0.27% -
HSV(B) 292.12º 1% 0.54% -
XYZ 12.12 5.73 24.13 -
YUV 51.2 176.42 176.36 -
System Red Green Blue C M Y K H S L
Decimal 119 0 137 0.13 1 0 0.46 292.12 1 0.27
Hex 77 0 89 D 64 0 2E 124 64 1B
Octal 167 0 211 15 144 0 56 444 144 33
Binary 1110111 0 10001001 1101 1100100 0 101110 100100100 1100100 11011

Color Harmonies of #770089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770089

Black with #770089

Text Example


Text Example

White with #770089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770089; }

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

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

background-color css

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

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

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

border-color css

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

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

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