Html Css Color HEX #765390 Affair

📋 copy color: '#765390'

red 118 ◦ green 83 ◦ blue 144

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

Shades of Affair #765390

Tints of Affair #765390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

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

R = 34.2%
G = 24.06%
B = 41.74%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#765390 (or 0x765390) is known color: Affair. HEX triplet: 76, 53 and 90. RGB value is (118,83,144). Sum of RGB (Red+Green+Blue) = 118+83+144=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #765390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765390 is #89AC6F. Grayscale: #646464. Windows color (decimal): -9022576 or 9458550. OLE color: 9458550.

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

Color convert

RGB 118 83 144 -
CMYK 0.18 0.42 0 0.44
HSL 274.43º 0.27% 0.45% -
HSV(B) 274.43º 0.42% 0.56% -
XYZ 15.6 12.05 27.89 -
YUV 100.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 118 83 144 0.18 0.42 0 0.44 274.43 0.27 0.45
Hex 76 53 90 12 2A 0 2C 112 1B 2D
Octal 166 123 220 22 52 0 54 422 33 55
Binary 1110110 1010011 10010000 10010 101010 0 101100 100010010 11011 101101

Color Harmonies of #765390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765390

Black with #765390

Text Example


Text Example

White with #765390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765390; }

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

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

background-color css

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

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

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

border-color css

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

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

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