Html Css Color HEX #7B598D Affair

📋 copy color: '#7B598D'

red 123 ◦ green 89 ◦ blue 141

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

Shades of Affair #7B598D

Tints of Affair #7B598D

RGB

 RED value IS 123 (48.44% from 255) = 34.84%

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

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

R = 34.84%
G = 25.21%
B = 39.94%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B598D (or 0x7B598D) is known color: Affair. HEX triplet: 7B, 59 and 8D. RGB value is (123,89,141). Sum of RGB (Red+Green+Blue) = 123+89+141=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B598D is #84A672. Grayscale: #686868. Windows color (decimal): -8693363 or 9263483. OLE color: 9263483.

HSL color Cylindrical-coordinate representation of color #7B598D: hue angle of 279.23º 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 #7B598D is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 123 89 141 -
CMYK 0.13 0.37 0 0.45
HSL 279.23º 0.23% 0.45% -
HSV(B) 279.23º 0.37% 0.55% -
XYZ 16.55 13.28 26.89 -
YUV 105.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 123 89 141 0.13 0.37 0 0.45 279.23 0.23 0.45
Hex 7B 59 8D D 25 0 2D 117 17 2D
Octal 173 131 215 15 45 0 55 427 27 55
Binary 1111011 1011001 10001101 1101 100101 0 101101 100010111 10111 101101

Color Harmonies of #7B598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B598D

Black with #7B598D

Text Example


Text Example

White with #7B598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B598D; }

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

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

background-color css

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

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

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

border-color css

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

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

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