Html Css Color HEX #70597F Affair

📋 copy color: '#70597F'

red 112 ◦ green 89 ◦ blue 127

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

Shades of Affair #70597F

Tints of Affair #70597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.72%

R = 34.15%
G = 27.13%
B = 38.72%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70597F (or 0x70597F) is known color: Affair. HEX triplet: 70, 59 and 7F. RGB value is (112,89,127). Sum of RGB (Red+Green+Blue) = 112+89+127=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #70597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70597F is #8FA680. Grayscale: #646464. Windows color (decimal): -9414273 or 8345968. OLE color: 8345968.

HSL color Cylindrical-coordinate representation of color #70597F: hue angle of 276.32º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70597F is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 89 127 -
CMYK 0.12 0.30 0 0.50
HSL 276.32º 0.18% 0.42% -
HSV(B) 276.32º 0.3% 0.5% -
XYZ 14.09 12.12 21.68 -
YUV 100.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 112 89 127 0.12 0.30 0 0.50 276.32 0.18 0.42
Hex 70 59 7F C 1E 0 32 114 12 2A
Octal 160 131 177 14 36 0 62 424 22 52
Binary 1110000 1011001 1111111 1100 11110 0 110010 100010100 10010 101010

Color Harmonies of #70597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70597F

Black with #70597F

Text Example


Text Example

White with #70597F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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