Html Css Color HEX #764F93 Affair

📋 copy color: '#764F93'

red 118 ◦ green 79 ◦ blue 147

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

Shades of Affair #764F93

Tints of Affair #764F93

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.97%

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 34.3%
G = 22.97%
B = 42.73%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#764F93 (or 0x764F93) is known color: Affair. HEX triplet: 76, 4F and 93. RGB value is (118,79,147). Sum of RGB (Red+Green+Blue) = 118+79+147=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #764F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764F93 is #89B06C. Grayscale: #626262. Windows color (decimal): -9023597 or 9654134. OLE color: 9654134.

HSL color Cylindrical-coordinate representation of color #764F93: hue angle of 274.41º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #764F93 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 79 147 -
CMYK 0.20 0.46 0 0.42
HSL 274.41º 0.3% 0.44% -
HSV(B) 274.41º 0.46% 0.58% -
XYZ 15.53 11.55 29.01 -
YUV 98.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 118 79 147 0.20 0.46 0 0.42 274.41 0.3 0.44
Hex 76 4F 93 14 2E 0 2A 112 1E 2C
Octal 166 117 223 24 56 0 52 422 36 54
Binary 1110110 1001111 10010011 10100 101110 0 101010 100010010 11110 101100

Color Harmonies of #764F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F93

Black with #764F93

Text Example


Text Example

White with #764F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,79,147); }

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

background-color css

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

 a { background-color: rgb(118,79,147); }

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

border-color css

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

 span { border-color: rgb(118,79,147); }

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