Html Css Color HEX #764190 Affair

📋 copy color: '#764190'

red 118 ◦ green 65 ◦ blue 144

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

Shades of Affair #764190

Tints of Affair #764190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.88%

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 36.09%
G = 19.88%
B = 44.04%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#764190 (or 0x764190) is known color: Affair. HEX triplet: 76, 41 and 90. RGB value is (118,65,144). Sum of RGB (Red+Green+Blue) = 118+65+144=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #764190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764190 is #89BE6F. Grayscale: #595959. Windows color (decimal): -9027184 or 9453942. OLE color: 9453942.

HSL color Cylindrical-coordinate representation of color #764190: hue angle of 280.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #764190 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 65 144 -
CMYK 0.18 0.55 0 0.44
HSL 280.25º 0.38% 0.41% -
HSV(B) 280.25º 0.55% 0.56% -
XYZ 14.4 9.65 27.49 -
YUV 89.85 158.56 148.08 -
System Red Green Blue C M Y K H S L
Decimal 118 65 144 0.18 0.55 0 0.44 280.25 0.38 0.41
Hex 76 41 90 12 37 0 2C 118 26 29
Octal 166 101 220 22 67 0 54 430 46 51
Binary 1110110 1000001 10010000 10010 110111 0 101100 100011000 100110 101001

Color Harmonies of #764190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764190

Black with #764190

Text Example


Text Example

White with #764190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764190; }

 p { color: rgb(118,65,144); }

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

background-color css

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

 a { background-color: rgb(118,65,144); }

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

border-color css

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

 span { border-color: rgb(118,65,144); }

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