Html Css Color HEX #764D91 Affair

📋 copy color: '#764D91'

red 118 ◦ green 77 ◦ blue 145

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

Shades of Affair #764D91

Tints of Affair #764D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.65%

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 34.71%
G = 22.65%
B = 42.65%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#764D91 (or 0x764D91) is known color: Affair. HEX triplet: 76, 4D and 91. RGB value is (118,77,145). Sum of RGB (Red+Green+Blue) = 118+77+145=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #764D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764D91 is #89B26E. Grayscale: #606060. Windows color (decimal): -9024111 or 9522550. OLE color: 9522550.

HSL color Cylindrical-coordinate representation of color #764D91: hue angle of 276.18º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #764D91 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 77 145 -
CMYK 0.19 0.47 0 0.43
HSL 276.18º 0.31% 0.44% -
HSV(B) 276.18º 0.47% 0.57% -
XYZ 15.24 11.2 28.15 -
YUV 97.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 118 77 145 0.19 0.47 0 0.43 276.18 0.31 0.44
Hex 76 4D 91 13 2F 0 2B 114 1F 2C
Octal 166 115 221 23 57 0 53 424 37 54
Binary 1110110 1001101 10010001 10011 101111 0 101011 100010100 11111 101100

Color Harmonies of #764D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D91

Black with #764D91

Text Example


Text Example

White with #764D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764D91; }

 p { color: rgb(118,77,145); }

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

background-color css

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

 a { background-color: rgb(118,77,145); }

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

border-color css

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

 span { border-color: rgb(118,77,145); }

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