Html Css Color HEX #761A83 Purple

📋 copy color: '#761A83'

red 118 ◦ green 26 ◦ blue 131

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

Shades of Purple #761A83

Tints of Purple #761A83

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.45%

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

R = 42.91%
G = 9.45%
B = 47.64%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#761A83 (or 0x761A83) is known color: Purple. HEX triplet: 76, 1A and 83. RGB value is (118,26,131). Sum of RGB (Red+Green+Blue) = 118+26+131=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #761A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761A83 is #89E57C. Grayscale: #414141. Windows color (decimal): -9037181 or 8591990. OLE color: 8591990.

HSL color Cylindrical-coordinate representation of color #761A83: hue angle of 292.57º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761A83 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 26 131 -
CMYK 0.10 0.80 0 0.49
HSL 292.57º 0.67% 0.31% -
HSV(B) 292.57º 0.8% 0.51% -
XYZ 11.94 6.23 22.05 -
YUV 65.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 118 26 131 0.10 0.80 0 0.49 292.57 0.67 0.31
Hex 76 1A 83 A 50 0 31 125 43 1F
Octal 166 32 203 12 120 0 61 445 103 37
Binary 1110110 11010 10000011 1010 1010000 0 110001 100100101 1000011 11111

Color Harmonies of #761A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A83

Black with #761A83

Text Example


Text Example

White with #761A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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