Html Css Color HEX #7C598E Affair

📋 copy color: '#7C598E'

red 124 ◦ green 89 ◦ blue 142

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

Shades of Affair #7C598E

Tints of Affair #7C598E

RGB

 RED value IS 124 (48.83% from 255) = 34.93%

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

 BLUE value IS 142 (55.86% from 255) = 40%

R = 34.93%
G = 25.07%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7C598E (or 0x7C598E) is known color: Affair. HEX triplet: 7C, 59 and 8E. RGB value is (124,89,142). Sum of RGB (Red+Green+Blue) = 124+89+142=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C598E is #83A671. Grayscale: #696969. Windows color (decimal): -8627826 or 9329020. OLE color: 9329020.

HSL color Cylindrical-coordinate representation of color #7C598E: hue angle of 279.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C598E is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 124 89 142 -
CMYK 0.13 0.37 0 0.44
HSL 279.62º 0.23% 0.45% -
HSV(B) 279.62º 0.37% 0.56% -
XYZ 16.77 13.38 27.29 -
YUV 105.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 124 89 142 0.13 0.37 0 0.44 279.62 0.23 0.45
Hex 7C 59 8E D 25 0 2C 118 17 2D
Octal 174 131 216 15 45 0 54 430 27 55
Binary 1111100 1011001 10001110 1101 100101 0 101100 100011000 10111 101101

Color Harmonies of #7C598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C598E

Black with #7C598E

Text Example


Text Example

White with #7C598E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,89,142); }

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

background-color css

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

 a { background-color: rgb(124,89,142); }

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

border-color css

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

 span { border-color: rgb(124,89,142); }

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