Html Css Color HEX #771092 Purple

📋 copy color: '#771092'

red 119 ◦ green 16 ◦ blue 146

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

Shades of Purple #771092

Tints of Purple #771092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

 BLUE value IS 146 (57.42% from 255) = 51.96%

R = 42.35%
G = 5.69%
B = 51.96%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#771092 (or 0x771092) is known color: Purple. HEX triplet: 77, 10 and 92. RGB value is (119,16,146). Sum of RGB (Red+Green+Blue) = 119+16+146=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #771092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771092 is #88EF6D. Grayscale: #3D3D3D. Windows color (decimal): -8974190 or 9572471. OLE color: 9572471.

HSL color Cylindrical-coordinate representation of color #771092: hue angle of 287.54º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #771092 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 16 146 -
CMYK 0.18 0.89 0 0.43
HSL 287.54º 0.8% 0.32% -
HSV(B) 287.54º 0.89% 0.57% -
XYZ 12.98 6.37 27.74 -
YUV 61.62 175.62 168.93 -
System Red Green Blue C M Y K H S L
Decimal 119 16 146 0.18 0.89 0 0.43 287.54 0.8 0.32
Hex 77 10 92 12 59 0 2B 120 50 20
Octal 167 20 222 22 131 0 53 440 120 40
Binary 1110111 10000 10010010 10010 1011001 0 101011 100100000 1010000 100000

Color Harmonies of #771092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771092

Black with #771092

Text Example


Text Example

White with #771092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771092; }

 p { color: rgb(119,16,146); }

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

background-color css

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

 a { background-color: rgb(119,16,146); }

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

border-color css

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

 span { border-color: rgb(119,16,146); }

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