Html Css Color HEX #771192 Purple

📋 copy color: '#771192'

red 119 ◦ green 17 ◦ blue 146

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

Shades of Purple #771192

Tints of Purple #771192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

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

R = 42.2%
G = 6.03%
B = 51.77%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#771192 (or 0x771192) is known color: Purple. HEX triplet: 77, 11 and 92. RGB value is (119,17,146). Sum of RGB (Red+Green+Blue) = 119+17+146=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #771192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771192 is #88EE6D. Grayscale: #3D3D3D. Windows color (decimal): -8973934 or 9572727. OLE color: 9572727.

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

Color convert

RGB 119 17 146 -
CMYK 0.18 0.88 0 0.43
HSL 287.44º 0.79% 0.32% -
HSV(B) 287.44º 0.88% 0.57% -
XYZ 13 6.4 27.74 -
YUV 62.2 175.29 168.51 -
System Red Green Blue C M Y K H S L
Decimal 119 17 146 0.18 0.88 0 0.43 287.44 0.79 0.32
Hex 77 11 92 12 58 0 2B 11F 4F 20
Octal 167 21 222 22 130 0 53 437 117 40
Binary 1110111 10001 10010010 10010 1011000 0 101011 100011111 1001111 100000

Color Harmonies of #771192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771192

Black with #771192

Text Example


Text Example

White with #771192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771192; }

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

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

background-color css

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

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

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

border-color css

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

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

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