Html Css Color HEX #75598D Affair

📋 copy color: '#75598D'

red 117 ◦ green 89 ◦ blue 141

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

Shades of Affair #75598D

Tints of Affair #75598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.65%

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

R = 33.72%
G = 25.65%
B = 40.63%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75598D (or 0x75598D) is known color: Affair. HEX triplet: 75, 59 and 8D. RGB value is (117,89,141). Sum of RGB (Red+Green+Blue) = 117+89+141=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #75598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75598D is #8AA672. Grayscale: #676767. Windows color (decimal): -9086579 or 9263477. OLE color: 9263477.

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

Color convert

RGB 117 89 141 -
CMYK 0.17 0.37 0 0.45
HSL 272.31º 0.23% 0.45% -
HSV(B) 272.31º 0.37% 0.55% -
XYZ 15.72 12.85 26.85 -
YUV 103.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 117 89 141 0.17 0.37 0 0.45 272.31 0.23 0.45
Hex 75 59 8D 11 25 0 2D 110 17 2D
Octal 165 131 215 21 45 0 55 420 27 55
Binary 1110101 1011001 10001101 10001 100101 0 101101 100010000 10111 101101

Color Harmonies of #75598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75598D

Black with #75598D

Text Example


Text Example

White with #75598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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