Html Css Color HEX #771293 Purple

📋 copy color: '#771293'

red 119 ◦ green 18 ◦ blue 147

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

Shades of Purple #771293

Tints of Purple #771293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

 BLUE value IS 147 (57.81% from 255) = 51.76%

R = 41.9%
G = 6.34%
B = 51.76%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#771293 (or 0x771293) is known color: Purple. HEX triplet: 77, 12 and 93. RGB value is (119,18,147). Sum of RGB (Red+Green+Blue) = 119+18+147=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #771293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771293 is #88ED6C. Grayscale: #3E3E3E. Windows color (decimal): -8973677 or 9638519. OLE color: 9638519.

HSL color Cylindrical-coordinate representation of color #771293: hue angle of 286.98º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771293 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 18 147 -
CMYK 0.19 0.88 0 0.42
HSL 286.98º 0.78% 0.32% -
HSV(B) 286.98º 0.88% 0.58% -
XYZ 13.09 6.46 28.16 -
YUV 62.91 175.46 168.01 -
System Red Green Blue C M Y K H S L
Decimal 119 18 147 0.19 0.88 0 0.42 286.98 0.78 0.32
Hex 77 12 93 13 58 0 2A 11F 4E 20
Octal 167 22 223 23 130 0 52 437 116 40
Binary 1110111 10010 10010011 10011 1011000 0 101010 100011111 1001110 100000

Color Harmonies of #771293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771293

Black with #771293

Text Example


Text Example

White with #771293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771293; }

 p { color: rgb(119,18,147); }

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

background-color css

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

 a { background-color: rgb(119,18,147); }

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

border-color css

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

 span { border-color: rgb(119,18,147); }

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