Html Css Color HEX #70587E Affair

📋 copy color: '#70587E'

red 112 ◦ green 88 ◦ blue 126

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

Shades of Affair #70587E

Tints of Affair #70587E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

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

R = 34.36%
G = 26.99%
B = 38.65%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70587E (or 0x70587E) is known color: Affair. HEX triplet: 70, 58 and 7E. RGB value is (112,88,126). Sum of RGB (Red+Green+Blue) = 112+88+126=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 126 - color contains mainly: blue. Hex color #70587E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70587E is #8FA781. Grayscale: #636363. Windows color (decimal): -9414530 or 8280176. OLE color: 8280176.

HSL color Cylindrical-coordinate representation of color #70587E: hue angle of 277.89º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70587E is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 88 126 -
CMYK 0.11 0.30 0 0.51
HSL 277.89º 0.18% 0.42% -
HSV(B) 277.89º 0.3% 0.49% -
XYZ 13.94 11.93 21.31 -
YUV 99.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 112 88 126 0.11 0.30 0 0.51 277.89 0.18 0.42
Hex 70 58 7E B 1E 0 33 116 12 2A
Octal 160 130 176 13 36 0 63 426 22 52
Binary 1110000 1011000 1111110 1011 11110 0 110011 100010110 10010 101010

Color Harmonies of #70587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70587E

Black with #70587E

Text Example


Text Example

White with #70587E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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