Html Css Color HEX #7F598E Affair

📋 copy color: '#7F598E'

red 127 ◦ green 89 ◦ blue 142

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

Shades of Affair #7F598E

Tints of Affair #7F598E

RGB

 RED value IS 127 (50% from 255) = 35.47%

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

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

R = 35.47%
G = 24.86%
B = 39.66%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7F598E (or 0x7F598E) is known color: Affair. HEX triplet: 7F, 59 and 8E. RGB value is (127,89,142). Sum of RGB (Red+Green+Blue) = 127+89+142=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F598E is #80A671. Grayscale: #6A6A6A. Windows color (decimal): -8431218 or 9329023. OLE color: 9329023.

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

Color convert

RGB 127 89 142 -
CMYK 0.11 0.37 0 0.44
HSL 283.02º 0.23% 0.45% -
HSV(B) 283.02º 0.37% 0.56% -
XYZ 17.21 13.61 27.31 -
YUV 106.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 127 89 142 0.11 0.37 0 0.44 283.02 0.23 0.45
Hex 7F 59 8E B 25 0 2C 11B 17 2D
Octal 177 131 216 13 45 0 54 433 27 55
Binary 1111111 1011001 10001110 1011 100101 0 101100 100011011 10111 101101

Color Harmonies of #7F598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F598E

Black with #7F598E

Text Example


Text Example

White with #7F598E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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