Html Css Color HEX #765391 Affair

📋 copy color: '#765391'

red 118 ◦ green 83 ◦ blue 145

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

Shades of Affair #765391

Tints of Affair #765391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.91%

R = 34.1%
G = 23.99%
B = 41.91%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#765391 (or 0x765391) is known color: Affair. HEX triplet: 76, 53 and 91. RGB value is (118,83,145). Sum of RGB (Red+Green+Blue) = 118+83+145=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #765391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765391 is #89AC6E. Grayscale: #646464. Windows color (decimal): -9022575 or 9524086. OLE color: 9524086.

HSL color Cylindrical-coordinate representation of color #765391: hue angle of 273.87º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #765391 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 83 145 -
CMYK 0.19 0.43 0 0.43
HSL 273.87º 0.27% 0.45% -
HSV(B) 273.87º 0.43% 0.57% -
XYZ 15.68 12.08 28.29 -
YUV 100.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 118 83 145 0.19 0.43 0 0.43 273.87 0.27 0.45
Hex 76 53 91 13 2B 0 2B 112 1B 2D
Octal 166 123 221 23 53 0 53 422 33 55
Binary 1110110 1010011 10010001 10011 101011 0 101011 100010010 11011 101101

Color Harmonies of #765391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765391

Black with #765391

Text Example


Text Example

White with #765391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765391; }

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

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

background-color css

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

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

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

border-color css

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

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

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