Html Css Color HEX #770988 Purple

📋 copy color: '#770988'

red 119 ◦ green 9 ◦ blue 136

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

Shades of Purple #770988

Tints of Purple #770988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.41%

 BLUE value IS 136 (53.52% from 255) = 51.52%

R = 45.08%
G = 3.41%
B = 51.52%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#770988 (or 0x770988) is known color: Purple. HEX triplet: 77, 09 and 88. RGB value is (119,9,136). Sum of RGB (Red+Green+Blue) = 119+9+136=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #770988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770988 is #88F677. Grayscale: #373737. Windows color (decimal): -8975992 or 8915319. OLE color: 8915319.

HSL color Cylindrical-coordinate representation of color #770988: hue angle of 291.97º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770988 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 9 136 -
CMYK 0.12 0.93 0 0.47
HSL 291.97º 0.88% 0.28% -
HSV(B) 291.97º 0.93% 0.53% -
XYZ 12.15 5.89 23.79 -
YUV 56.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 119 9 136 0.12 0.93 0 0.47 291.97 0.88 0.28
Hex 77 9 88 C 5D 0 2F 124 58 1C
Octal 167 11 210 14 135 0 57 444 130 34
Binary 1110111 1001 10001000 1100 1011101 0 101111 100100100 1011000 11100

Color Harmonies of #770988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770988

Black with #770988

Text Example


Text Example

White with #770988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770988; }

 p { color: rgb(119,9,136); }

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

background-color css

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

 a { background-color: rgb(119,9,136); }

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

border-color css

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

 span { border-color: rgb(119,9,136); }

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