Html Css Color HEX #764683 Affair

📋 copy color: '#764683'

red 118 ◦ green 70 ◦ blue 131

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

Shades of Affair #764683

Tints of Affair #764683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.94%

 BLUE value IS 131 (51.56% from 255) = 41.07%

R = 36.99%
G = 21.94%
B = 41.07%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#764683 (or 0x764683) is known color: Affair. HEX triplet: 76, 46 and 83. RGB value is (118,70,131). Sum of RGB (Red+Green+Blue) = 118+70+131=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 131 - color contains mainly: blue. Hex color #764683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764683 is #89B97C. Grayscale: #5B5B5B. Windows color (decimal): -9025917 or 8603254. OLE color: 8603254.

HSL color Cylindrical-coordinate representation of color #764683: hue angle of 287.21º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #764683 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 70 131 -
CMYK 0.10 0.47 0 0.49
HSL 287.21º 0.3% 0.39% -
HSV(B) 287.21º 0.47% 0.51% -
XYZ 13.76 9.87 22.65 -
YUV 91.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 118 70 131 0.10 0.47 0 0.49 287.21 0.3 0.39
Hex 76 46 83 A 2F 0 31 11F 1E 27
Octal 166 106 203 12 57 0 61 437 36 47
Binary 1110110 1000110 10000011 1010 101111 0 110001 100011111 11110 100111

Color Harmonies of #764683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764683

Black with #764683

Text Example


Text Example

White with #764683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764683; }

 p { color: rgb(118,70,131); }

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

background-color css

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

 a { background-color: rgb(118,70,131); }

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

border-color css

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

 span { border-color: rgb(118,70,131); }

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