Html Css Color HEX #70597C Affair

📋 copy color: '#70597C'

red 112 ◦ green 89 ◦ blue 124

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

Shades of Affair #70597C

Tints of Affair #70597C

RGB

 RED value IS 112 (44.14% from 255) = 34.46%

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

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 34.46%
G = 27.38%
B = 38.15%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70597C (or 0x70597C) is known color: Affair. HEX triplet: 70, 59 and 7C. RGB value is (112,89,124). Sum of RGB (Red+Green+Blue) = 112+89+124=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #70597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70597C is #8FA683. Grayscale: #636363. Windows color (decimal): -9414276 or 8149360. OLE color: 8149360.

HSL color Cylindrical-coordinate representation of color #70597C: hue angle of 279.43º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70597C is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 89 124 -
CMYK 0.10 0.28 0 0.51
HSL 279.43º 0.16% 0.42% -
HSV(B) 279.43º 0.28% 0.49% -
XYZ 13.89 12.04 20.66 -
YUV 99.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 112 89 124 0.10 0.28 0 0.51 279.43 0.16 0.42
Hex 70 59 7C A 1C 0 33 117 10 2A
Octal 160 131 174 12 34 0 63 427 20 52
Binary 1110000 1011001 1111100 1010 11100 0 110011 100010111 10000 101010

Color Harmonies of #70597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70597C

Black with #70597C

Text Example


Text Example

White with #70597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70597C; }

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

 H1.HeaderClassName
 {
   color: #70597C;
 }
 .AnyTagClassName
 {
   color: #70597C;
 }
</style>

background-color css

<style>
 a { background-color: #70597C; }

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

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

border-color css

<style>
 span { border-color: #70597C; }

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

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