Html Css Color HEX #70517E Affair

📋 copy color: '#70517E'

red 112 ◦ green 81 ◦ blue 126

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

Shades of Affair #70517E

Tints of Affair #70517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.39%

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 35.11%
G = 25.39%
B = 39.5%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70517E (or 0x70517E) is known color: Affair. HEX triplet: 70, 51 and 7E. RGB value is (112,81,126). Sum of RGB (Red+Green+Blue) = 112+81+126=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 126 - color contains mainly: blue. Hex color #70517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70517E is #8FAE81. Grayscale: #5F5F5F. Windows color (decimal): -9416322 or 8278384. OLE color: 8278384.

HSL color Cylindrical-coordinate representation of color #70517E: hue angle of 281.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70517E is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 81 126 -
CMYK 0.11 0.36 0 0.51
HSL 281.33º 0.22% 0.41% -
HSV(B) 281.33º 0.36% 0.49% -
XYZ 13.39 10.84 21.12 -
YUV 95.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 112 81 126 0.11 0.36 0 0.51 281.33 0.22 0.41
Hex 70 51 7E B 24 0 33 119 16 29
Octal 160 121 176 13 44 0 63 431 26 51
Binary 1110000 1010001 1111110 1011 100100 0 110011 100011001 10110 101001

Color Harmonies of #70517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70517E

Black with #70517E

Text Example


Text Example

White with #70517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70517E; }

 p { color: rgb(112,81,126); }

 H1.HeaderClassName
 {
   color: #70517E;
 }
 .AnyTagClassName
 {
   color: #70517E;
 }
</style>

background-color css

<style>
 a { background-color: #70517E; }

 a { background-color: rgb(112,81,126); }

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

border-color css

<style>
 span { border-color: #70517E; }

 span { border-color: rgb(112,81,126); }

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