Html Css Color HEX #771093 Purple

📋 copy color: '#771093'

red 119 ◦ green 16 ◦ blue 147

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

Shades of Purple #771093

Tints of Purple #771093

RGB

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

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

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

R = 42.2%
G = 5.67%
B = 52.13%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#771093 (or 0x771093) is known color: Purple. HEX triplet: 77, 10 and 93. RGB value is (119,16,147). Sum of RGB (Red+Green+Blue) = 119+16+147=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #771093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771093 is #88EF6C. Grayscale: #3D3D3D. Windows color (decimal): -8974189 or 9638007. OLE color: 9638007.

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

Color convert

RGB 119 16 147 -
CMYK 0.19 0.89 0 0.42
HSL 287.18º 0.8% 0.32% -
HSV(B) 287.18º 0.89% 0.58% -
XYZ 13.06 6.4 28.15 -
YUV 61.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 119 16 147 0.19 0.89 0 0.42 287.18 0.8 0.32
Hex 77 10 93 13 59 0 2A 11F 50 20
Octal 167 20 223 23 131 0 52 437 120 40
Binary 1110111 10000 10010011 10011 1011001 0 101010 100011111 1010000 100000

Color Harmonies of #771093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771093

Black with #771093

Text Example


Text Example

White with #771093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771093; }

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

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

background-color css

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

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

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

border-color css

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

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

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