Html Css Color HEX #770788 Purple

📋 copy color: '#770788'

red 119 ◦ green 7 ◦ blue 136

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

Shades of Purple #770788

Tints of Purple #770788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

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

R = 45.42%
G = 2.67%
B = 51.91%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#770788 (or 0x770788) is known color: Purple. HEX triplet: 77, 07 and 88. RGB value is (119,7,136). Sum of RGB (Red+Green+Blue) = 119+7+136=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #770788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770788 is #88F877. Grayscale: #363636. Windows color (decimal): -8976504 or 8914807. OLE color: 8914807.

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

Color convert

RGB 119 7 136 -
CMYK 0.12 0.95 0 0.47
HSL 292.09º 0.9% 0.28% -
HSV(B) 292.09º 0.95% 0.53% -
XYZ 12.13 5.85 23.78 -
YUV 55.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 119 7 136 0.12 0.95 0 0.47 292.09 0.9 0.28
Hex 77 7 88 C 5F 0 2F 124 5A 1C
Octal 167 7 210 14 137 0 57 444 132 34
Binary 1110111 111 10001000 1100 1011111 0 101111 100100100 1011010 11100

Color Harmonies of #770788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770788

Black with #770788

Text Example


Text Example

White with #770788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770788; }

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

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

background-color css

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

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

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

border-color css

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

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

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