Html Css Color HEX #771587 Purple

📋 copy color: '#771587'

red 119 ◦ green 21 ◦ blue 135

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

Shades of Purple #771587

Tints of Purple #771587

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.64%

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

R = 43.27%
G = 7.64%
B = 49.09%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#771587 (or 0x771587) is known color: Purple. HEX triplet: 77, 15 and 87. RGB value is (119,21,135). Sum of RGB (Red+Green+Blue) = 119+21+135=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #771587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771587 is #88EA78. Grayscale: #3E3E3E. Windows color (decimal): -8972921 or 8852855. OLE color: 8852855.

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

Color convert

RGB 119 21 135 -
CMYK 0.12 0.84 0 0.47
HSL 291.58º 0.73% 0.31% -
HSV(B) 291.58º 0.84% 0.53% -
XYZ 12.25 6.21 23.47 -
YUV 63.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 119 21 135 0.12 0.84 0 0.47 291.58 0.73 0.31
Hex 77 15 87 C 54 0 2F 124 49 1F
Octal 167 25 207 14 124 0 57 444 111 37
Binary 1110111 10101 10000111 1100 1010100 0 101111 100100100 1001001 11111

Color Harmonies of #771587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771587

Black with #771587

Text Example


Text Example

White with #771587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771587; }

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

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

background-color css

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

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

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

border-color css

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

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

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