Html Css Color HEX #770489 Purple

📋 copy color: '#770489'

red 119 ◦ green 4 ◦ blue 137

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

Shades of Purple #770489

Tints of Purple #770489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 45.77%
G = 1.54%
B = 52.69%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#770489 (or 0x770489) is known color: Purple. HEX triplet: 77, 04 and 89. RGB value is (119,4,137). Sum of RGB (Red+Green+Blue) = 119+4+137=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #770489 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770489 is #88FB76. Grayscale: #353535. Windows color (decimal): -8977271 or 8979575. OLE color: 8979575.

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

Color convert

RGB 119 4 137 -
CMYK 0.13 0.97 0 0.46
HSL 291.88º 0.94% 0.28% -
HSV(B) 291.88º 0.97% 0.54% -
XYZ 12.17 5.81 24.15 -
YUV 53.55 175.1 174.69 -
System Red Green Blue C M Y K H S L
Decimal 119 4 137 0.13 0.97 0 0.46 291.88 0.94 0.28
Hex 77 4 89 D 61 0 2E 124 5E 1C
Octal 167 4 211 15 141 0 56 444 136 34
Binary 1110111 100 10001001 1101 1100001 0 101110 100100100 1011110 11100

Color Harmonies of #770489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770489

Black with #770489

Text Example


Text Example

White with #770489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770489; }

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

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

background-color css

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

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

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

border-color css

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

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

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