Html Css Color HEX #764590 Affair

📋 copy color: '#764590'

red 118 ◦ green 69 ◦ blue 144

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

Shades of Affair #764590

Tints of Affair #764590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.85%

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

R = 35.65%
G = 20.85%
B = 43.5%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#764590 (or 0x764590) is known color: Affair. HEX triplet: 76, 45 and 90. RGB value is (118,69,144). Sum of RGB (Red+Green+Blue) = 118+69+144=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #764590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764590 is #89BA6F. Grayscale: #5B5B5B. Windows color (decimal): -9026160 or 9454966. OLE color: 9454966.

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

Color convert

RGB 118 69 144 -
CMYK 0.18 0.52 0 0.44
HSL 279.2º 0.35% 0.42% -
HSV(B) 279.2º 0.52% 0.56% -
XYZ 14.63 10.12 27.57 -
YUV 92.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 118 69 144 0.18 0.52 0 0.44 279.2 0.35 0.42
Hex 76 45 90 12 34 0 2C 117 23 2A
Octal 166 105 220 22 64 0 54 427 43 52
Binary 1110110 1000101 10010000 10010 110100 0 101100 100010111 100011 101010

Color Harmonies of #764590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764590

Black with #764590

Text Example


Text Example

White with #764590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764590; }

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

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

background-color css

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

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

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

border-color css

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

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

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