Html Css Color HEX #755390 Affair

📋 copy color: '#755390'

red 117 ◦ green 83 ◦ blue 144

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

Shades of Affair #755390

Tints of Affair #755390

RGB

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

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

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

R = 34.01%
G = 24.13%
B = 41.86%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#755390 (or 0x755390) is known color: Affair. HEX triplet: 75, 53 and 90. RGB value is (117,83,144). Sum of RGB (Red+Green+Blue) = 117+83+144=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #755390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755390 is #8AAC6F. Grayscale: #636363. Windows color (decimal): -9088112 or 9458549. OLE color: 9458549.

HSL color Cylindrical-coordinate representation of color #755390: hue angle of 273.44º 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 #755390 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 83 144 -
CMYK 0.19 0.42 0 0.44
HSL 273.44º 0.27% 0.45% -
HSV(B) 273.44º 0.42% 0.56% -
XYZ 15.46 11.98 27.88 -
YUV 100.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 117 83 144 0.19 0.42 0 0.44 273.44 0.27 0.45
Hex 75 53 90 13 2A 0 2C 111 1B 2D
Octal 165 123 220 23 52 0 54 421 33 55
Binary 1110101 1010011 10010000 10011 101010 0 101100 100010001 11011 101101

Color Harmonies of #755390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755390

Black with #755390

Text Example


Text Example

White with #755390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755390; }

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

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

background-color css

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

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

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

border-color css

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

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

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