Html Css Color HEX #755090 Affair

📋 copy color: '#755090'

red 117 ◦ green 80 ◦ blue 144

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

Shades of Affair #755090

Tints of Affair #755090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

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

R = 34.31%
G = 23.46%
B = 42.23%

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

#755090 (or 0x755090) is known color: Affair. HEX triplet: 75, 50 and 90. RGB value is (117,80,144). Sum of RGB (Red+Green+Blue) = 117+80+144=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #755090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755090 is #8AAF6F. Grayscale: #626262. Windows color (decimal): -9088880 or 9457781. OLE color: 9457781.

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

Color convert

RGB 117 80 144 -
CMYK 0.19 0.44 0 0.44
HSL 274.69º 0.29% 0.44% -
HSV(B) 274.69º 0.44% 0.56% -
XYZ 15.24 11.53 27.81 -
YUV 98.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 117 80 144 0.19 0.44 0 0.44 274.69 0.29 0.44
Hex 75 50 90 13 2C 0 2C 113 1D 2C
Octal 165 120 220 23 54 0 54 423 35 54
Binary 1110101 1010000 10010000 10011 101100 0 101100 100010011 11101 101100

Color Harmonies of #755090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755090

Black with #755090

Text Example


Text Example

White with #755090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755090; }

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

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

background-color css

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

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

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

border-color css

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

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

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