Html Css Color HEX #764990 Affair

📋 copy color: '#764990'

red 118 ◦ green 73 ◦ blue 144

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

Shades of Affair #764990

Tints of Affair #764990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

 BLUE value IS 144 (56.64% from 255) = 42.99%

R = 35.22%
G = 21.79%
B = 42.99%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#764990 (or 0x764990) is known color: Affair. HEX triplet: 76, 49 and 90. RGB value is (118,73,144). Sum of RGB (Red+Green+Blue) = 118+73+144=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #764990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764990 is #89B66F. Grayscale: #5E5E5E. Windows color (decimal): -9025136 or 9455990. OLE color: 9455990.

HSL color Cylindrical-coordinate representation of color #764990: hue angle of 278.03º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #764990 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 73 144 -
CMYK 0.18 0.49 0 0.44
HSL 278.03º 0.33% 0.43% -
HSV(B) 278.03º 0.49% 0.56% -
XYZ 14.89 10.63 27.65 -
YUV 94.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 118 73 144 0.18 0.49 0 0.44 278.03 0.33 0.43
Hex 76 49 90 12 31 0 2C 116 21 2B
Octal 166 111 220 22 61 0 54 426 41 53
Binary 1110110 1001001 10010000 10010 110001 0 101100 100010110 100001 101011

Color Harmonies of #764990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764990

Black with #764990

Text Example


Text Example

White with #764990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764990; }

 p { color: rgb(118,73,144); }

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

background-color css

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

 a { background-color: rgb(118,73,144); }

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

border-color css

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

 span { border-color: rgb(118,73,144); }

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