Html Css Color HEX #75558D Affair

📋 copy color: '#75558D'

red 117 ◦ green 85 ◦ blue 141

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

Shades of Affair #75558D

Tints of Affair #75558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

 BLUE value IS 141 (55.47% from 255) = 41.11%

R = 34.11%
G = 24.78%
B = 41.11%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75558D (or 0x75558D) is known color: Affair. HEX triplet: 75, 55 and 8D. RGB value is (117,85,141). Sum of RGB (Red+Green+Blue) = 117+85+141=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #75558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75558D is #8AAA72. Grayscale: #646464. Windows color (decimal): -9087603 or 9262453. OLE color: 9262453.

HSL color Cylindrical-coordinate representation of color #75558D: hue angle of 274.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75558D is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 85 141 -
CMYK 0.17 0.40 0 0.45
HSL 274.29º 0.25% 0.44% -
HSV(B) 274.29º 0.4% 0.55% -
XYZ 15.39 12.2 26.74 -
YUV 100.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 117 85 141 0.17 0.40 0 0.45 274.29 0.25 0.44
Hex 75 55 8D 11 28 0 2D 112 19 2C
Octal 165 125 215 21 50 0 55 422 31 54
Binary 1110101 1010101 10001101 10001 101000 0 101101 100010010 11001 101100

Color Harmonies of #75558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75558D

Black with #75558D

Text Example


Text Example

White with #75558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75558D; }

 p { color: rgb(117,85,141); }

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

background-color css

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

 a { background-color: rgb(117,85,141); }

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

border-color css

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

 span { border-color: rgb(117,85,141); }

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