Html Css Color HEX #761194 Purple

📋 copy color: '#761194'

red 118 ◦ green 17 ◦ blue 148

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

Shades of Purple #761194

Tints of Purple #761194

RGB

 RED value IS 118 (46.48% from 255) = 41.7%

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

 BLUE value IS 148 (58.2% from 255) = 52.3%

R = 41.7%
G = 6.01%
B = 52.3%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#761194 (or 0x761194) is known color: Purple. HEX triplet: 76, 11 and 94. RGB value is (118,17,148). Sum of RGB (Red+Green+Blue) = 118+17+148=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #761194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761194 is #89EE6B. Grayscale: #3D3D3D. Windows color (decimal): -9039468 or 9703798. OLE color: 9703798.

HSL color Cylindrical-coordinate representation of color #761194: hue angle of 286.26º degrees, saturation: 0.79, 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 #761194 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 17 148 -
CMYK 0.20 0.89 0 0.42
HSL 286.26º 0.79% 0.32% -
HSV(B) 286.26º 0.89% 0.58% -
XYZ 13.02 6.39 28.56 -
YUV 62.13 176.46 167.85 -
System Red Green Blue C M Y K H S L
Decimal 118 17 148 0.20 0.89 0 0.42 286.26 0.79 0.32
Hex 76 11 94 14 59 0 2A 11E 4F 20
Octal 166 21 224 24 131 0 52 436 117 40
Binary 1110110 10001 10010100 10100 1011001 0 101010 100011110 1001111 100000

Color Harmonies of #761194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761194

Black with #761194

Text Example


Text Example

White with #761194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761194; }

 p { color: rgb(118,17,148); }

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

background-color css

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

 a { background-color: rgb(118,17,148); }

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

border-color css

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

 span { border-color: rgb(118,17,148); }

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