Html Css Color HEX #70587D Affair

📋 copy color: '#70587D'

red 112 ◦ green 88 ◦ blue 125

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

Shades of Affair #70587D

Tints of Affair #70587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 34.46%
G = 27.08%
B = 38.46%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70587D (or 0x70587D) is known color: Affair. HEX triplet: 70, 58 and 7D. RGB value is (112,88,125). Sum of RGB (Red+Green+Blue) = 112+88+125=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #70587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70587D is #8FA782. Grayscale: #636363. Windows color (decimal): -9414531 or 8214640. OLE color: 8214640.

HSL color Cylindrical-coordinate representation of color #70587D: hue angle of 278.92º degrees, saturation: 0.17, 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 #70587D is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 88 125 -
CMYK 0.10 0.30 0 0.51
HSL 278.92º 0.17% 0.42% -
HSV(B) 278.92º 0.3% 0.49% -
XYZ 13.87 11.9 20.97 -
YUV 99.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 112 88 125 0.10 0.30 0 0.51 278.92 0.17 0.42
Hex 70 58 7D A 1E 0 33 117 11 2A
Octal 160 130 175 12 36 0 63 427 21 52
Binary 1110000 1011000 1111101 1010 11110 0 110011 100010111 10001 101010

Color Harmonies of #70587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70587D

Black with #70587D

Text Example


Text Example

White with #70587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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