Html Css Color HEX #764490 Affair

📋 copy color: '#764490'

red 118 ◦ green 68 ◦ blue 144

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

Shades of Affair #764490

Tints of Affair #764490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

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

R = 35.76%
G = 20.61%
B = 43.64%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#764490 (or 0x764490) is known color: Affair. HEX triplet: 76, 44 and 90. RGB value is (118,68,144). Sum of RGB (Red+Green+Blue) = 118+68+144=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #764490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764490 is #89BB6F. Grayscale: #5B5B5B. Windows color (decimal): -9026416 or 9454710. OLE color: 9454710.

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

Color convert

RGB 118 68 144 -
CMYK 0.18 0.53 0 0.44
HSL 279.47º 0.36% 0.42% -
HSV(B) 279.47º 0.53% 0.56% -
XYZ 14.57 10 27.55 -
YUV 91.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 118 68 144 0.18 0.53 0 0.44 279.47 0.36 0.42
Hex 76 44 90 12 35 0 2C 117 24 2A
Octal 166 104 220 22 65 0 54 427 44 52
Binary 1110110 1000100 10010000 10010 110101 0 101100 100010111 100100 101010

Color Harmonies of #764490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764490

Black with #764490

Text Example


Text Example

White with #764490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764490; }

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

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

background-color css

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

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

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

border-color css

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

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

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