Html Css Color HEX #761083 Purple

📋 copy color: '#761083'

red 118 ◦ green 16 ◦ blue 131

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

Shades of Purple #761083

Tints of Purple #761083

RGB

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

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

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

R = 44.53%
G = 6.04%
B = 49.43%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#761083 (or 0x761083) is known color: Purple. HEX triplet: 76, 10 and 83. RGB value is (118,16,131). Sum of RGB (Red+Green+Blue) = 118+16+131=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #761083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761083 is #89EF7C. Grayscale: #3B3B3B. Windows color (decimal): -9039741 or 8589430. OLE color: 8589430.

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

Color convert

RGB 118 16 131 -
CMYK 0.10 0.88 0 0.49
HSL 293.22º 0.78% 0.29% -
HSV(B) 293.22º 0.88% 0.51% -
XYZ 11.75 5.86 21.98 -
YUV 59.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 118 16 131 0.10 0.88 0 0.49 293.22 0.78 0.29
Hex 76 10 83 A 58 0 31 125 4E 1D
Octal 166 20 203 12 130 0 61 445 116 35
Binary 1110110 10000 10000011 1010 1011000 0 110001 100100101 1001110 11101

Color Harmonies of #761083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761083

Black with #761083

Text Example


Text Example

White with #761083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761083; }

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

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

background-color css

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

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

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

border-color css

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

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

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