Html Css Color HEX #764B8E Affair

📋 copy color: '#764B8E'

red 118 ◦ green 75 ◦ blue 142

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

Shades of Affair #764B8E

Tints of Affair #764B8E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.39%

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

R = 35.22%
G = 22.39%
B = 42.39%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#764B8E (or 0x764B8E) is known color: Affair. HEX triplet: 76, 4B and 8E. RGB value is (118,75,142). Sum of RGB (Red+Green+Blue) = 118+75+142=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #764B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764B8E is #89B471. Grayscale: #5F5F5F. Windows color (decimal): -9024626 or 9325430. OLE color: 9325430.

HSL color Cylindrical-coordinate representation of color #764B8E: hue angle of 278.51º 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 #764B8E is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 75 142 -
CMYK 0.17 0.47 0 0.44
HSL 278.51º 0.31% 0.43% -
HSV(B) 278.51º 0.47% 0.56% -
XYZ 14.87 10.84 26.9 -
YUV 95.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 118 75 142 0.17 0.47 0 0.44 278.51 0.31 0.43
Hex 76 4B 8E 11 2F 0 2C 117 1F 2B
Octal 166 113 216 21 57 0 54 427 37 53
Binary 1110110 1001011 10001110 10001 101111 0 101100 100010111 11111 101011

Color Harmonies of #764B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B8E

Black with #764B8E

Text Example


Text Example

White with #764B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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