Html Css Color HEX #770787 Purple

📋 copy color: '#770787'

red 119 ◦ green 7 ◦ blue 135

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

Shades of Purple #770787

Tints of Purple #770787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.72%

R = 45.59%
G = 2.68%
B = 51.72%

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

#770787 (or 0x770787) is known color: Purple. HEX triplet: 77, 07 and 87. RGB value is (119,7,135). Sum of RGB (Red+Green+Blue) = 119+7+135=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #770787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770787 is #88F878. Grayscale: #363636. Windows color (decimal): -8976505 or 8849271. OLE color: 8849271.

HSL color Cylindrical-coordinate representation of color #770787: hue angle of 292.5º 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 #770787 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 7 135 -
CMYK 0.12 0.95 0 0.47
HSL 292.5º 0.9% 0.28% -
HSV(B) 292.5º 0.95% 0.53% -
XYZ 12.06 5.82 23.41 -
YUV 55.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 119 7 135 0.12 0.95 0 0.47 292.5 0.9 0.28
Hex 77 7 87 C 5F 0 2F 124 5A 1C
Octal 167 7 207 14 137 0 57 444 132 34
Binary 1110111 111 10000111 1100 1011111 0 101111 100100100 1011010 11100

Color Harmonies of #770787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770787

Black with #770787

Text Example


Text Example

White with #770787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770787; }

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

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

background-color css

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

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

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

border-color css

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

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

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