Html Css Color HEX #70507F Affair

📋 copy color: '#70507F'

red 112 ◦ green 80 ◦ blue 127

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

Shades of Affair #70507F

Tints of Affair #70507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

 BLUE value IS 127 (50% from 255) = 39.81%

R = 35.11%
G = 25.08%
B = 39.81%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70507F (or 0x70507F) is known color: Affair. HEX triplet: 70, 50 and 7F. RGB value is (112,80,127). Sum of RGB (Red+Green+Blue) = 112+80+127=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #70507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70507F is #8FAF80. Grayscale: #5E5E5E. Windows color (decimal): -9416577 or 8343664. OLE color: 8343664.

HSL color Cylindrical-coordinate representation of color #70507F: hue angle of 280.85º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70507F is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 80 127 -
CMYK 0.12 0.37 0 0.50
HSL 280.85º 0.23% 0.41% -
HSV(B) 280.85º 0.37% 0.5% -
XYZ 13.38 10.71 21.44 -
YUV 94.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 112 80 127 0.12 0.37 0 0.50 280.85 0.23 0.41
Hex 70 50 7F C 25 0 32 119 17 29
Octal 160 120 177 14 45 0 62 431 27 51
Binary 1110000 1010000 1111111 1100 100101 0 110010 100011001 10111 101001

Color Harmonies of #70507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70507F

Black with #70507F

Text Example


Text Example

White with #70507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70507F; }

 p { color: rgb(112,80,127); }

 H1.HeaderClassName
 {
   color: #70507F;
 }
 .AnyTagClassName
 {
   color: #70507F;
 }
</style>

background-color css

<style>
 a { background-color: #70507F; }

 a { background-color: rgb(112,80,127); }

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

border-color css

<style>
 span { border-color: #70507F; }

 span { border-color: rgb(112,80,127); }

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