Html Css Color HEX #764694 Affair

📋 copy color: '#764694'

red 118 ◦ green 70 ◦ blue 148

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

Shades of Affair #764694

Tints of Affair #764694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.05%

R = 35.12%
G = 20.83%
B = 44.05%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#764694 (or 0x764694) is known color: Affair. HEX triplet: 76, 46 and 94. RGB value is (118,70,148). Sum of RGB (Red+Green+Blue) = 118+70+148=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #764694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764694 is #89B96B. Grayscale: #5C5C5C. Windows color (decimal): -9025900 or 9717366. OLE color: 9717366.

HSL color Cylindrical-coordinate representation of color #764694: hue angle of 276.92º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764694 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 70 148 -
CMYK 0.20 0.53 0 0.42
HSL 276.92º 0.36% 0.43% -
HSV(B) 276.92º 0.53% 0.58% -
XYZ 15.01 10.37 29.23 -
YUV 93.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 118 70 148 0.20 0.53 0 0.42 276.92 0.36 0.43
Hex 76 46 94 14 35 0 2A 115 24 2B
Octal 166 106 224 24 65 0 52 425 44 53
Binary 1110110 1000110 10010100 10100 110101 0 101010 100010101 100100 101011

Color Harmonies of #764694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764694

Black with #764694

Text Example


Text Example

White with #764694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764694; }

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

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

background-color css

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

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

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

border-color css

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

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

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