Html Css Color HEX #764C90 Affair

📋 copy color: '#764C90'

red 118 ◦ green 76 ◦ blue 144

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

Shades of Affair #764C90

Tints of Affair #764C90

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

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

R = 34.91%
G = 22.49%
B = 42.6%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#764C90 (or 0x764C90) is known color: Affair. HEX triplet: 76, 4C and 90. RGB value is (118,76,144). Sum of RGB (Red+Green+Blue) = 118+76+144=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #764C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764C90 is #89B36F. Grayscale: #606060. Windows color (decimal): -9024368 or 9456758. OLE color: 9456758.

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

Color convert

RGB 118 76 144 -
CMYK 0.18 0.47 0 0.44
HSL 277.06º 0.31% 0.43% -
HSV(B) 277.06º 0.47% 0.56% -
XYZ 15.09 11.03 27.72 -
YUV 96.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 118 76 144 0.18 0.47 0 0.44 277.06 0.31 0.43
Hex 76 4C 90 12 2F 0 2C 115 1F 2B
Octal 166 114 220 22 57 0 54 425 37 53
Binary 1110110 1001100 10010000 10010 101111 0 101100 100010101 11111 101011

Color Harmonies of #764C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C90

Black with #764C90

Text Example


Text Example

White with #764C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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