Html Css Color HEX #761094 Purple

📋 copy color: '#761094'

red 118 ◦ green 16 ◦ blue 148

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

Shades of Purple #761094

Tints of Purple #761094

RGB

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

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

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

R = 41.84%
G = 5.67%
B = 52.48%

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

#761094 (or 0x761094) is known color: Purple. HEX triplet: 76, 10 and 94. RGB value is (118,16,148). Sum of RGB (Red+Green+Blue) = 118+16+148=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #761094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761094 is #89EF6B. Grayscale: #3D3D3D. Windows color (decimal): -9039724 or 9703542. OLE color: 9703542.

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

Color convert

RGB 118 16 148 -
CMYK 0.20 0.89 0 0.42
HSL 286.36º 0.8% 0.32% -
HSV(B) 286.36º 0.89% 0.58% -
XYZ 13 6.36 28.56 -
YUV 61.55 176.79 168.27 -
System Red Green Blue C M Y K H S L
Decimal 118 16 148 0.20 0.89 0 0.42 286.36 0.8 0.32
Hex 76 10 94 14 59 0 2A 11E 50 20
Octal 166 20 224 24 131 0 52 436 120 40
Binary 1110110 10000 10010100 10100 1011001 0 101010 100011110 1010000 100000

Color Harmonies of #761094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761094

Black with #761094

Text Example


Text Example

White with #761094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761094; }

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

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

background-color css

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

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

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

border-color css

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

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

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