Html Css Color HEX #70527E Affair

📋 copy color: '#70527E'

red 112 ◦ green 82 ◦ blue 126

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

Shades of Affair #70527E

Tints of Affair #70527E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.63%

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

R = 35%
G = 25.63%
B = 39.38%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70527E (or 0x70527E) is known color: Affair. HEX triplet: 70, 52 and 7E. RGB value is (112,82,126). Sum of RGB (Red+Green+Blue) = 112+82+126=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 126 - color contains mainly: blue. Hex color #70527E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70527E is #8FAD81. Grayscale: #5F5F5F. Windows color (decimal): -9416066 or 8278640. OLE color: 8278640.

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

Color convert

RGB 112 82 126 -
CMYK 0.11 0.35 0 0.51
HSL 280.91º 0.21% 0.41% -
HSV(B) 280.91º 0.35% 0.49% -
XYZ 13.47 10.99 21.15 -
YUV 95.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 112 82 126 0.11 0.35 0 0.51 280.91 0.21 0.41
Hex 70 52 7E B 23 0 33 119 15 29
Octal 160 122 176 13 43 0 63 431 25 51
Binary 1110000 1010010 1111110 1011 100011 0 110011 100011001 10101 101001

Color Harmonies of #70527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70527E

Black with #70527E

Text Example


Text Example

White with #70527E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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