Html Css Color HEX #761089 Purple

📋 copy color: '#761089'

red 118 ◦ green 16 ◦ blue 137

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

Shades of Purple #761089

Tints of Purple #761089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.55%

R = 43.54%
G = 5.9%
B = 50.55%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#761089 (or 0x761089) is known color: Purple. HEX triplet: 76, 10 and 89. RGB value is (118,16,137). Sum of RGB (Red+Green+Blue) = 118+16+137=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #761089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761089 is #89EF76. Grayscale: #3B3B3B. Windows color (decimal): -9039735 or 8982646. OLE color: 8982646.

HSL color Cylindrical-coordinate representation of color #761089: hue angle of 290.58º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761089 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 16 137 -
CMYK 0.14 0.88 0 0.46
HSL 290.58º 0.79% 0.3% -
HSV(B) 290.58º 0.88% 0.54% -
XYZ 12.17 6.03 24.19 -
YUV 60.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 118 16 137 0.14 0.88 0 0.46 290.58 0.79 0.3
Hex 76 10 89 E 58 0 2E 123 4F 1E
Octal 166 20 211 16 130 0 56 443 117 36
Binary 1110110 10000 10001001 1110 1011000 0 101110 100100011 1001111 11110

Color Harmonies of #761089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761089

Black with #761089

Text Example


Text Example

White with #761089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761089; }

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

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

background-color css

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

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

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

border-color css

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

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

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