Html Css Color HEX #70557D Affair

📋 copy color: '#70557D'

red 112 ◦ green 85 ◦ blue 125

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

Shades of Affair #70557D

Tints of Affair #70557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.4%

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

R = 34.78%
G = 26.4%
B = 38.82%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70557D (or 0x70557D) is known color: Affair. HEX triplet: 70, 55 and 7D. RGB value is (112,85,125). Sum of RGB (Red+Green+Blue) = 112+85+125=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 125 - color contains mainly: blue. Hex color #70557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70557D is #8FAA82. Grayscale: #616161. Windows color (decimal): -9415299 or 8213872. OLE color: 8213872.

HSL color Cylindrical-coordinate representation of color #70557D: hue angle of 280.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70557D is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 85 125 -
CMYK 0.10 0.32 0 0.51
HSL 280.5º 0.19% 0.41% -
HSV(B) 280.5º 0.32% 0.49% -
XYZ 13.63 11.42 20.89 -
YUV 97.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 112 85 125 0.10 0.32 0 0.51 280.5 0.19 0.41
Hex 70 55 7D A 20 0 33 118 13 29
Octal 160 125 175 12 40 0 63 430 23 51
Binary 1110000 1010101 1111101 1010 100000 0 110011 100011000 10011 101001

Color Harmonies of #70557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70557D

Black with #70557D

Text Example


Text Example

White with #70557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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