Html Css Color HEX #70597B Affair

📋 copy color: '#70597B'

red 112 ◦ green 89 ◦ blue 123

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

Shades of Affair #70597B

Tints of Affair #70597B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.96%

R = 34.57%
G = 27.47%
B = 37.96%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70597B (or 0x70597B) is known color: Affair. HEX triplet: 70, 59 and 7B. RGB value is (112,89,123). Sum of RGB (Red+Green+Blue) = 112+89+123=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #70597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70597B is #8FA684. Grayscale: #636363. Windows color (decimal): -9414277 or 8083824. OLE color: 8083824.

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

Color convert

RGB 112 89 123 -
CMYK 0.09 0.28 0 0.52
HSL 280.59º 0.16% 0.42% -
HSV(B) 280.59º 0.28% 0.48% -
XYZ 13.83 12.02 20.33 -
YUV 99.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 112 89 123 0.09 0.28 0 0.52 280.59 0.16 0.42
Hex 70 59 7B 9 1C 0 34 119 10 2A
Octal 160 131 173 11 34 0 64 431 20 52
Binary 1110000 1011001 1111011 1001 11100 0 110100 100011001 10000 101010

Color Harmonies of #70597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70597B

Black with #70597B

Text Example


Text Example

White with #70597B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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