Html Css Color HEX #764294 Affair

📋 copy color: '#764294'

red 118 ◦ green 66 ◦ blue 148

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

Shades of Affair #764294

Tints of Affair #764294

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

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

R = 35.54%
G = 19.88%
B = 44.58%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#764294 (or 0x764294) is known color: Affair. HEX triplet: 76, 42 and 94. RGB value is (118,66,148). Sum of RGB (Red+Green+Blue) = 118+66+148=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #764294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764294 is #89BD6B. Grayscale: #5A5A5A. Windows color (decimal): -9026924 or 9716342. OLE color: 9716342.

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

Color convert

RGB 118 66 148 -
CMYK 0.20 0.55 0 0.42
HSL 278.05º 0.38% 0.42% -
HSV(B) 278.05º 0.55% 0.58% -
XYZ 14.76 9.89 29.15 -
YUV 90.9 160.23 147.33 -
System Red Green Blue C M Y K H S L
Decimal 118 66 148 0.20 0.55 0 0.42 278.05 0.38 0.42
Hex 76 42 94 14 37 0 2A 116 26 2A
Octal 166 102 224 24 67 0 52 426 46 52
Binary 1110110 1000010 10010100 10100 110111 0 101010 100010110 100110 101010

Color Harmonies of #764294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764294

Black with #764294

Text Example


Text Example

White with #764294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764294; }

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

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

background-color css

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

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

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

border-color css

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

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

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