Html Css Color HEX #761683 Purple

📋 copy color: '#761683'

red 118 ◦ green 22 ◦ blue 131

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

Shades of Purple #761683

Tints of Purple #761683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.12%

 BLUE value IS 131 (51.56% from 255) = 48.34%

R = 43.54%
G = 8.12%
B = 48.34%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#761683 (or 0x761683) is known color: Purple. HEX triplet: 76, 16 and 83. RGB value is (118,22,131). Sum of RGB (Red+Green+Blue) = 118+22+131=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #761683 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761683 is #89E97C. Grayscale: #3E3E3E. Windows color (decimal): -9038205 or 8590966. OLE color: 8590966.

HSL color Cylindrical-coordinate representation of color #761683: hue angle of 292.84º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761683 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 22 131 -
CMYK 0.10 0.83 0 0.49
HSL 292.84º 0.71% 0.3% -
HSV(B) 292.84º 0.83% 0.51% -
XYZ 11.85 6.06 22.02 -
YUV 63.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 118 22 131 0.10 0.83 0 0.49 292.84 0.71 0.3
Hex 76 16 83 A 53 0 31 125 47 1E
Octal 166 26 203 12 123 0 61 445 107 36
Binary 1110110 10110 10000011 1010 1010011 0 110001 100100101 1000111 11110

Color Harmonies of #761683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761683

Black with #761683

Text Example


Text Example

White with #761683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761683; }

 p { color: rgb(118,22,131); }

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

background-color css

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

 a { background-color: rgb(118,22,131); }

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

border-color css

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

 span { border-color: rgb(118,22,131); }

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