Html Css Color HEX #764690 Affair

📋 copy color: '#764690'

red 118 ◦ green 70 ◦ blue 144

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

Shades of Affair #764690

Tints of Affair #764690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.08%

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

R = 35.54%
G = 21.08%
B = 43.37%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#764690 (or 0x764690) is known color: Affair. HEX triplet: 76, 46 and 90. RGB value is (118,70,144). Sum of RGB (Red+Green+Blue) = 118+70+144=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #764690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764690 is #89B96F. Grayscale: #5C5C5C. Windows color (decimal): -9025904 or 9455222. OLE color: 9455222.

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

Color convert

RGB 118 70 144 -
CMYK 0.18 0.51 0 0.44
HSL 278.92º 0.35% 0.42% -
HSV(B) 278.92º 0.51% 0.56% -
XYZ 14.7 10.25 27.59 -
YUV 92.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 118 70 144 0.18 0.51 0 0.44 278.92 0.35 0.42
Hex 76 46 90 12 33 0 2C 117 23 2A
Octal 166 106 220 22 63 0 54 427 43 52
Binary 1110110 1000110 10010000 10010 110011 0 101100 100010111 100011 101010

Color Harmonies of #764690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764690

Black with #764690

Text Example


Text Example

White with #764690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764690; }

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

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

background-color css

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

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

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

border-color css

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

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

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