Html Css Color HEX #755190 Affair

📋 copy color: '#755190'

red 117 ◦ green 81 ◦ blue 144

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

Shades of Affair #755190

Tints of Affair #755190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.68%

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

R = 34.21%
G = 23.68%
B = 42.11%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#755190 (or 0x755190) is known color: Affair. HEX triplet: 75, 51 and 90. RGB value is (117,81,144). Sum of RGB (Red+Green+Blue) = 117+81+144=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #755190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755190 is #8AAE6F. Grayscale: #626262. Windows color (decimal): -9088624 or 9458037. OLE color: 9458037.

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

Color convert

RGB 117 81 144 -
CMYK 0.19 0.44 0 0.44
HSL 274.29º 0.28% 0.44% -
HSV(B) 274.29º 0.44% 0.56% -
XYZ 15.31 11.68 27.83 -
YUV 98.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 117 81 144 0.19 0.44 0 0.44 274.29 0.28 0.44
Hex 75 51 90 13 2C 0 2C 112 1C 2C
Octal 165 121 220 23 54 0 54 422 34 54
Binary 1110101 1010001 10010000 10011 101100 0 101100 100010010 11100 101100

Color Harmonies of #755190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755190

Black with #755190

Text Example


Text Example

White with #755190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755190; }

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

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

background-color css

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

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

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

border-color css

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

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

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