Html Css Color HEX #770488 Purple

📋 copy color: '#770488'

red 119 ◦ green 4 ◦ blue 136

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

Shades of Purple #770488

Tints of Purple #770488

RGB

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

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

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

R = 45.95%
G = 1.54%
B = 52.51%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#770488 (or 0x770488) is known color: Purple. HEX triplet: 77, 04 and 88. RGB value is (119,4,136). Sum of RGB (Red+Green+Blue) = 119+4+136=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #770488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770488 is #88FB77. Grayscale: #353535. Windows color (decimal): -8977272 or 8914039. OLE color: 8914039.

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

Color convert

RGB 119 4 136 -
CMYK 0.12 0.97 0 0.47
HSL 292.27º 0.94% 0.27% -
HSV(B) 292.27º 0.97% 0.53% -
XYZ 12.1 5.79 23.77 -
YUV 53.43 174.6 174.77 -
System Red Green Blue C M Y K H S L
Decimal 119 4 136 0.12 0.97 0 0.47 292.27 0.94 0.27
Hex 77 4 88 C 61 0 2F 124 5E 1B
Octal 167 4 210 14 141 0 57 444 136 33
Binary 1110111 100 10001000 1100 1100001 0 101111 100100100 1011110 11011

Color Harmonies of #770488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770488

Black with #770488

Text Example


Text Example

White with #770488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770488; }

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

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

background-color css

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

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

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

border-color css

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

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

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