Html Css Color HEX #764A8E Affair

📋 copy color: '#764A8E'

red 118 ◦ green 74 ◦ blue 142

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

Shades of Affair #764A8E

Tints of Affair #764A8E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.16%

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 35.33%
G = 22.16%
B = 42.51%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#764A8E (or 0x764A8E) is known color: Affair. HEX triplet: 76, 4A and 8E. RGB value is (118,74,142). Sum of RGB (Red+Green+Blue) = 118+74+142=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #764A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764A8E is #89B571. Grayscale: #5E5E5E. Windows color (decimal): -9024882 or 9325174. OLE color: 9325174.

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

Color convert

RGB 118 74 142 -
CMYK 0.17 0.48 0 0.44
HSL 278.82º 0.31% 0.42% -
HSV(B) 278.82º 0.48% 0.56% -
XYZ 14.8 10.7 26.88 -
YUV 94.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 118 74 142 0.17 0.48 0 0.44 278.82 0.31 0.42
Hex 76 4A 8E 11 30 0 2C 117 1F 2A
Octal 166 112 216 21 60 0 54 427 37 52
Binary 1110110 1001010 10001110 10001 110000 0 101100 100010111 11111 101010

Color Harmonies of #764A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A8E

Black with #764A8E

Text Example


Text Example

White with #764A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,74,142); }

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

background-color css

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

 a { background-color: rgb(118,74,142); }

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

border-color css

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

 span { border-color: rgb(118,74,142); }

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