Html Css Color HEX #755890 Affair

📋 copy color: '#755890'

red 117 ◦ green 88 ◦ blue 144

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

Shades of Affair #755890

Tints of Affair #755890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.21%

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

R = 33.52%
G = 25.21%
B = 41.26%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#755890 (or 0x755890) is known color: Affair. HEX triplet: 75, 58 and 90. RGB value is (117,88,144). Sum of RGB (Red+Green+Blue) = 117+88+144=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #755890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755890 is #8AA76F. Grayscale: #666666. Windows color (decimal): -9086832 or 9459829. OLE color: 9459829.

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

Color convert

RGB 117 88 144 -
CMYK 0.19 0.39 0 0.44
HSL 271.07º 0.24% 0.45% -
HSV(B) 271.07º 0.39% 0.56% -
XYZ 15.86 12.77 28.02 -
YUV 103.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 117 88 144 0.19 0.39 0 0.44 271.07 0.24 0.45
Hex 75 58 90 13 27 0 2C 10F 18 2D
Octal 165 130 220 23 47 0 54 417 30 55
Binary 1110101 1011000 10010000 10011 100111 0 101100 100001111 11000 101101

Color Harmonies of #755890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755890

Black with #755890

Text Example


Text Example

White with #755890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755890; }

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

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

background-color css

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

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

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

border-color css

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

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

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