Html Css Color HEX #761586 Purple

📋 copy color: '#761586'

red 118 ◦ green 21 ◦ blue 134

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

Shades of Purple #761586

Tints of Purple #761586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 134 (52.73% from 255) = 49.08%

R = 43.22%
G = 7.69%
B = 49.08%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#761586 (or 0x761586) is known color: Purple. HEX triplet: 76, 15 and 86. RGB value is (118,21,134). Sum of RGB (Red+Green+Blue) = 118+21+134=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #761586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761586 is #89EA79. Grayscale: #3E3E3E. Windows color (decimal): -9038458 or 8787318. OLE color: 8787318.

HSL color Cylindrical-coordinate representation of color #761586: hue angle of 291.5º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761586 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 21 134 -
CMYK 0.12 0.84 0 0.47
HSL 291.5º 0.73% 0.3% -
HSV(B) 291.5º 0.84% 0.53% -
XYZ 12.04 6.11 23.1 -
YUV 62.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 118 21 134 0.12 0.84 0 0.47 291.5 0.73 0.3
Hex 76 15 86 C 54 0 2F 124 49 1E
Octal 166 25 206 14 124 0 57 444 111 36
Binary 1110110 10101 10000110 1100 1010100 0 101111 100100100 1001001 11110

Color Harmonies of #761586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761586

Black with #761586

Text Example


Text Example

White with #761586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761586; }

 p { color: rgb(118,21,134); }

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

background-color css

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

 a { background-color: rgb(118,21,134); }

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

border-color css

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

 span { border-color: rgb(118,21,134); }

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