Html Css Color HEX #755490 Affair

📋 copy color: '#755490'

red 117 ◦ green 84 ◦ blue 144

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

Shades of Affair #755490

Tints of Affair #755490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.35%

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

R = 33.91%
G = 24.35%
B = 41.74%

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

#755490 (or 0x755490) is known color: Affair. HEX triplet: 75, 54 and 90. RGB value is (117,84,144). Sum of RGB (Red+Green+Blue) = 117+84+144=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #755490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755490 is #8AAB6F. Grayscale: #646464. Windows color (decimal): -9087856 or 9458805. OLE color: 9458805.

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

Color convert

RGB 117 84 144 -
CMYK 0.19 0.42 0 0.44
HSL 273º 0.26% 0.45% -
HSV(B) 273º 0.42% 0.56% -
XYZ 15.54 12.14 27.91 -
YUV 100.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 117 84 144 0.19 0.42 0 0.44 273 0.26 0.45
Hex 75 54 90 13 2A 0 2C 111 1A 2D
Octal 165 124 220 23 52 0 54 421 32 55
Binary 1110101 1010100 10010000 10011 101010 0 101100 100010001 11010 101101

Color Harmonies of #755490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755490

Black with #755490

Text Example


Text Example

White with #755490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755490; }

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

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

background-color css

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

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

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

border-color css

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

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

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