Html Css Color HEX #755990 Affair

📋 copy color: '#755990'

red 117 ◦ green 89 ◦ blue 144

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

Shades of Affair #755990

Tints of Affair #755990

RGB

 RED value IS 117 (46.09% from 255) = 33.43%

 GREEN value IS 89 (35.16% from 255) = 25.43%

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

R = 33.43%
G = 25.43%
B = 41.14%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#755990 (or 0x755990) is known color: Affair. HEX triplet: 75, 59 and 90. RGB value is (117,89,144). Sum of RGB (Red+Green+Blue) = 117+89+144=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #755990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755990 is #8AA66F. Grayscale: #676767. Windows color (decimal): -9086576 or 9460085. OLE color: 9460085.

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

Color convert

RGB 117 89 144 -
CMYK 0.19 0.38 0 0.44
HSL 270.55º 0.24% 0.46% -
HSV(B) 270.55º 0.38% 0.56% -
XYZ 15.94 12.94 28.04 -
YUV 103.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 117 89 144 0.19 0.38 0 0.44 270.55 0.24 0.46
Hex 75 59 90 13 26 0 2C 10F 18 2E
Octal 165 131 220 23 46 0 54 417 30 56
Binary 1110101 1011001 10010000 10011 100110 0 101100 100001111 11000 101110

Color Harmonies of #755990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755990

Black with #755990

Text Example


Text Example

White with #755990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755990; }

 p { color: rgb(117,89,144); }

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

background-color css

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

 a { background-color: rgb(117,89,144); }

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

border-color css

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

 span { border-color: rgb(117,89,144); }

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